diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 7d4d491a7..fb9052983 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -174,6 +174,15 @@ pre { width: 470px; } +.modal-dialog #qa-action{ + .select2-selection{ + width: auto; + } + .select2.select2-container.select2-container--default{ + width: 90% !important; + } +} + .page-link.imported-page { color: $ishtar-light-color; } |