summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-07-31 23:06:23 +0200
committerdklawren <dklawren@users.noreply.github.com>2018-07-31 23:06:23 +0200
commit1c9cf3bd60131bfd24cce4d681f99f29695bbfb7 (patch)
treea99d0462fadc22a234d3739dcdf4d82b582fb82d /skins
parent7db724b31c41b25841fdeb85019d96eaa5e9a01a (diff)
downloadbugzilla-1c9cf3bd60131bfd24cce4d681f99f29695bbfb7.tar.gz
bugzilla-1c9cf3bd60131bfd24cce4d681f99f29695bbfb7.tar.xz
Bug 1479563 - Wrap labels in Requests dropdown list
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index d004f3fbe..e7028f892 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -1923,8 +1923,13 @@ a.controller {
}
.dropdown-panel .notifications label {
+ display: -webkit-box;
overflow: hidden;
max-height: 40px;
+ white-space: normal;
+ text-overflow: ellipsis;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
}
.dropdown-panel .notifications strong {