Skip to content

Commit

Permalink
fix(toggle): correctif ie
Browse files Browse the repository at this point in the history
  • Loading branch information
keryanS committed Mar 9, 2023
1 parent cbc3fed commit ea2bb9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/component/toggle/style/_legacy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

&__list {
list-style: none;
@include padding(0);
}
}
}
1 change: 0 additions & 1 deletion src/component/toggle/style/module/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
--toggle-status-width: auto;
display: inline-flex;
width: spacing.space(calc(100% - 10v));
flex: 1;
min-height: spacing.space(6v);
@include text-style(md);

Expand Down

0 comments on commit ea2bb9a

Please sign in to comment.