diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 37cdaff26..469fa853a 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -299,6 +299,11 @@ div#foot a:hover { list-style: none; } +.help-text{ + max-height: 250px; + overflow: auto; +} + /* ui-autocomplete - start */ |