fix css multi select react
This commit is contained in:
parent
dcf1bcc16c
commit
d8ecb8527f
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