From 475a556675b1e4651c70c2409f555e20d4d308fb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Feb 2018 18:32:14 +0100 Subject: Manage hierarchical help text message for types (refs #3759) --- scss/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scss') 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 */ -- cgit v1.2.3