Merge pull request #8792 from demarches-simplifiees/fix-css-multi-select-react
[fix] css multi select react
This commit is contained in:
commit
7c58071c10
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue