Skip to content

Commit

Permalink
Correctly align label of inline fields (Checkbox, Toggle) in hori…
Browse files Browse the repository at this point in the history
…zontal `FormLayout`
  • Loading branch information
adamkudrna committed Jun 17, 2024
1 parent 0678b11 commit ecbf4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/tools/form-fields/_inline-field-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

&.isRootLayoutHorizontal .label {
grid-column-start: 1;
align-self: start;
width: auto;
padding-right: settings.$horizontal-inner-gap;
margin-left: 0;
Expand Down

0 comments on commit ecbf4b7

Please sign in to comment.