We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605515a commit 3baa7a1Copy full SHA for 3baa7a1
assets/ui/js/select.js
@@ -37,7 +37,8 @@
37
var selectOptions = {
38
templateResult: formatSelectOption,
39
templateSelection: formatSelectOption,
40
- escapeMarkup: function(m) { return m }
+ escapeMarkup: function(m) { return m },
41
+ width: 'style'
42
}
43
44
/*
assets/ui/less/form.less
@@ -370,19 +370,15 @@ body.slim-container {
370
371
372
//
373
-// Select2
+// Select2
374
375
376
-.form-group .select2-container {
377
- width: 100%!important;
378
-}
379
-
380
.select2-container--default .select2-selection--single .select2-selection__arrow b {
381
border: none;
382
383
384
.select2-dropdown {
385
- z-index: 10000;
+ z-index: 10000;
386
387
388
0 commit comments