Skip to content

Commit

Permalink
chore(): fix control margin on horizontal field
Browse files Browse the repository at this point in the history
  • Loading branch information
Mladen Planinicic committed Dec 6, 2023
1 parent bfd4bdf commit 47deb4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/components/bal-field/bal-field.sass
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@

.bal-field-hint ~ .bal-field-message
margin-left: calc(var(--bal-field-label-horizontal-width) + (var(--bal-field-label-column-gap) * 2) + 1.125rem)

.bal-field-label ~ .bal-field-control
margin-top: 0

0 comments on commit 47deb4c

Please sign in to comment.