Skip to content

Commit

Permalink
[@mantine/core] Fix incorrect label offset with left label position i…
Browse files Browse the repository at this point in the history
…n Checkbox, Switch and Radio components (#5823)
  • Loading branch information
rtivital committed Feb 26, 2024
1 parent 5f06ddd commit d2e0741
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
.label {
cursor: var(--label-cursor);
color: inherit;
padding-inline: var(--label-offset-start);
padding-inline-start: var(--label-offset-start);
padding-inline-end: var(--label-offset-end);

fieldset:disabled &,
&:where([data-disabled]) {
Expand Down

0 comments on commit d2e0741

Please sign in to comment.