Skip to content

Commit

Permalink
fix(styles): fix inline-padding floating label small
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom committed Jul 10, 2024
1 parent 8b1729f commit f159c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/components/floating-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
~ label {
font-size: forms.$form-floating-label-font-size-placeholder-sm;
padding-top: forms.$form-floating-label-padding-t-sm;
padding-inline: calc(#{forms.$form-floating-padding-x-sm} - #{forms.$input-border-width});
padding-inline: forms.$form-floating-padding-x-sm;
}

&:focus,
Expand Down

0 comments on commit f159c65

Please sign in to comment.