Skip to content

Commit

Permalink
IBX-5789: Fixed broken checkbox display when language is set to french (
Browse files Browse the repository at this point in the history
#800)

fixed toggler width
  • Loading branch information
GrabowskiM authored May 23, 2023
1 parent 752636e commit 623baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
.ibexa-toggle {
display: flex;
align-items: center;
width: calculateRem(77px);
min-width: calculateRem(77px);
cursor: pointer;

&__switcher {
Expand Down

0 comments on commit 623baec

Please sign in to comment.