mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
UX: Don't set width to auto for select kit combo box.
This commit is contained in:
parent
27efa45800
commit
c7b526b9e0
@ -1,11 +1,10 @@
|
|||||||
.select-kit {
|
.select-kit {
|
||||||
&.combo-box {
|
&.combo-box {
|
||||||
min-width: auto;
|
|
||||||
.select-kit-body {
|
.select-kit-body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: shadow("dropdown");
|
box-shadow: shadow("dropdown");
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-row {
|
.select-kit-row {
|
||||||
@ -25,10 +24,10 @@
|
|||||||
|
|
||||||
.filter-input {
|
.filter-input {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-header {
|
.select-kit-header {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
border: 1px solid $primary-medium;
|
border: 1px solid $primary-medium;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user