UX: Don't set width to auto for select kit combo box.

This commit is contained in:
Guo Xiang Tan 2018-05-09 14:21:47 +08:00
parent 27efa45800
commit c7b526b9e0
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
.select-kit {
&.combo-box {
min-width: auto;
.select-kit-body {
width: 100%;
min-width: 150px;
border-radius: 0;
box-shadow: shadow("dropdown");
box-shadow: shadow("dropdown");
}
.select-kit-row {
@ -25,10 +24,10 @@
.filter-input {
margin-right: 5px;
width: auto;
width: auto;
}
}
.select-kit-header {
background: $secondary;
border: 1px solid $primary-medium;