Skip to content

Commit

Permalink
fix: cut form-block vertical paddings for direction center (#770)
Browse files Browse the repository at this point in the history
* fix: cut form-block vertical paddings for direction center
  • Loading branch information
qradle-yndx authored Jan 18, 2024
1 parent 029f09e commit 610b9e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/blocks/Form/Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ $largeBorderRadius: 32px;
}

&_center {
padding-top: $indentXL;
padding-bottom: $indentL;
flex-direction: column;

#{$root}__content-wrapper {
Expand Down Expand Up @@ -101,6 +99,10 @@ $largeBorderRadius: 32px;
padding: $indentXL;
}
}
&_center {
padding-top: $indentXL;
padding-bottom: $indentL;
}
}
}
}
Expand Down

0 comments on commit 610b9e1

Please sign in to comment.