Skip to content

Commit

Permalink
🐛 fix(toggle): retour Ă  la ligne statut activĂ©/dĂ©sactivĂ© [DS-3791] (#928
Browse files Browse the repository at this point in the history
)

- corrige le retour à la ligne sur le label "activé/désactivé"
  • Loading branch information
keryanS committed May 29, 2024
1 parent 4e6a909 commit 775fc0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/toggle/style/module/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@include before(attr(#{ns-attr(unchecked-label, null, true)})) {
@include margin-right(calc(var(--toggle-status-width) - #{spacing.space(2v)}));
@include margin-bottom(4v);
word-wrap: normal;
};

+ #{ns(hint-text)} {
Expand Down

0 comments on commit 775fc0c

Please sign in to comment.