Skip to content

Commit

Permalink
fix: restore vertical paddings for center form block
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Jan 16, 2024
1 parent 2bc3ff8 commit df321ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/blocks/Form/Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ $largeBorderRadius: 32px;
padding: $indentXL;
}
}
&_center {
padding-top: $indentXL;
padding-bottom: $indentL;
}
}
}
}
Expand Down

0 comments on commit df321ae

Please sign in to comment.