Skip to content

Commit

Permalink
Merge pull request #11288 from demarches-simplifiees/ui-improve-align…
Browse files Browse the repository at this point in the history
…ment-labels-ldu

[Bug design] ETQ admin ma liste de labels revient à la ligne
  • Loading branch information
colinux authored Feb 10, 2025
2 parents d853ab3 + b8230f7 commit feaa25f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/02_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,16 @@
}

.horizontal-list {
display: flex;
gap: 20px;
list-style-type: none;
padding: 0;
margin: 0;
& li {
display: inline-block;
margin-right: 10px;
}
& li:last-child {
margin-right: 0;
}
}

.empty-text {
Expand Down

0 comments on commit feaa25f

Please sign in to comment.