mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: styling of select2 inputs in site settings. make it wide enough so autocomplete dropdown is readable.
This commit is contained in:
@@ -204,6 +204,12 @@
|
|||||||
width: 450px;
|
width: 450px;
|
||||||
@include medium-width { width: 360px; }
|
@include medium-width { width: 360px; }
|
||||||
@include small-width { width: 330px; }
|
@include small-width { width: 330px; }
|
||||||
|
.select2-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.select2-container-multi .select2-choices {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.setting-controls {
|
.setting-controls {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user