mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:52:49 +08:00
Revert "UX: Don't set width to auto for select kit combo box."
This reverts commit c7b526b9e0
.
This commit is contained in:
parent
c7b526b9e0
commit
36d9f7f814
|
@ -1,10 +1,11 @@
|
|||
.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 {
|
||||
|
@ -24,10 +25,10 @@
|
|||
|
||||
.filter-input {
|
||||
margin-right: 5px;
|
||||
width: auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.select-kit-header {
|
||||
background: $secondary;
|
||||
border: 1px solid $primary-medium;
|
||||
|
|
Loading…
Reference in New Issue
Block a user