diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 5b1aba8f8..88cff1548 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -222,6 +222,10 @@ pre { width: 470px; } +#modal-advanced-search .modal-dialog .select2-selection{ + width: 100%; +} + .modal-dialog #qa-action{ .select2-selection{ width: auto; |