Skip to content

Commit

Permalink
🐛 fix(core): La valeur no-wrap n’existe pas dans la spĂ©cification CSS (

Browse files Browse the repository at this point in the history

#594)

Il y a un `-` en trop.

Voir https://www.w3.org/TR/css-flexbox-1/#flex-wrap-property

partial-fix de #593
  • Loading branch information
l-vincent-l authored May 17, 2023
1 parent 263f528 commit 2c69052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/style/display/module/_hr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hr {
@include text-style(sm);
text-transform: uppercase;
@include font-weight(bold);
@include display-flex(row, center, center, no-wrap, inline);
@include display-flex(row, center, center, nowrap, inline);
@include _pseudo(before after, '', inline-flex) {
height: 1px;
width: 100%;
Expand Down

0 comments on commit 2c69052

Please sign in to comment.