Skip to content

Commit

Permalink
Checkbox layout is broken in 7.5.0 mantinedev#5652
Browse files Browse the repository at this point in the history
  • Loading branch information
ozerenes authored Jan 27, 2024
1 parent 7fb44d0 commit 19c188a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
width: var(--checkbox-size);
height: var(--checkbox-size);
order: var(--_checkbox-inner-order, 1);
gap: rem(7px);
margin-left: rem(7px);
&[data-label-position='left'] {
--_checkbox-inner-order: 2;
}
Expand Down

0 comments on commit 19c188a

Please sign in to comment.