diff options
Diffstat (limited to '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 b00664552..4b0e4dfb8 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -116,6 +116,10 @@ pre { border: $input-border-width solid $input-border-color; } +.modal-dialog .select2-selection{ + width: 470px; +} + .page-link.imported-page { color: $ishtar-light-color; } |