summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-26 18:32:14 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-26 18:32:14 +0100
commit475a556675b1e4651c70c2409f555e20d4d308fb (patch)
tree1d6174016adfcc64cd0e790801e3e4baf68ed7e6 /scss/custom.scss
parentdf042b416bb9d12568cec3666bc104a42dc024ca (diff)
downloadIshtar-475a556675b1e4651c70c2409f555e20d4d308fb.tar.bz2
Ishtar-475a556675b1e4651c70c2409f555e20d4d308fb.zip
Manage hierarchical help text message for types (refs #3759)
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss5
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 */