Merge pull request #8792 from demarches-simplifiees/fix-css-multi-select-react

[fix] css multi select react
This commit is contained in:
Lisa Durand 2023-03-22 11:11:18 +00:00 committed by GitHub
commit 7c58071c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -575,6 +575,16 @@
padding: $default-padding;
margin: $default-spacer;
margin-top: 0;
width: 100%;
}
ul {
list-style: none;
li {
margin-right: $default-spacer;
display: inline-block;
}
}
}