UX: Add `min-width` to `.select2-container`.
This commit is contained in:
parent
c554a20c5e
commit
c8553315b4
|
@ -37,6 +37,8 @@
|
|||
.select2-container {
|
||||
border-radius: 3px;
|
||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
min-width: 200px;
|
||||
|
||||
&.select2-dropdown-open {
|
||||
border: 0;
|
||||
margin-bottom: 2px;
|
||||
|
|
Loading…
Reference in New Issue