File tree 2 files changed +4
-6
lines changed
packages/clay-css/src/scss
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ $cadmin-toggle-switch-sizes: map-deep-merge(
479
479
toggle- switch- sm: (
480
480
simple- toggle- switch: (
481
481
toggle- switch- label: (
482
- max-width : calc (100% - 38 px ),
482
+ max-width : calc (100% - 34 px ),
483
483
),
484
484
),
485
485
toggle- switch- check: (
@@ -500,9 +500,8 @@ $cadmin-toggle-switch-sizes: map-deep-merge(
500
500
),
501
501
toggle- switch- handle: (
502
502
min-width : 30px ,
503
- max-width : 30px ,
504
503
after : (
505
- margin-left : 38 px ,
504
+ margin-left : 34 px ,
506
505
),
507
506
),
508
507
toggle- switch- icon: (
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ $toggle-switch-sizes: map-deep-merge(
497
497
toggle- switch- sm: (
498
498
simple- toggle- switch: (
499
499
toggle- switch- label: (
500
- max-width : calc (100% - 38 px ),
500
+ max-width : calc (100% - 34 px ),
501
501
),
502
502
),
503
503
toggle- switch- check: (
@@ -515,9 +515,8 @@ $toggle-switch-sizes: map-deep-merge(
515
515
),
516
516
toggle- switch- handle: (
517
517
min-width : 30px ,
518
- max-width : 30px ,
519
518
after : (
520
- margin-left : 38 px ,
519
+ margin-left : 34 px ,
521
520
),
522
521
),
523
522
toggle- switch- icon: (
You can’t perform that action at this time.
0 commit comments