diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-07-08 14:22:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-07-08 14:22:34 +0000 |
commit | 6dbb6a62e627e61a817ba4874999b57b74cdd2a7 (patch) | |
tree | 3dd647cf540edf4674b5544bf7d18e42675604ef /src/static/css | |
parent | 0ef4a10abef7fc58c9ab1db8060cf6eb2caca94a (diff) | |
parent | e399390329cea075e36b914879801e485ccedfaa (diff) |
Merge "Change dropdown and selection list"
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/base.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/static/css/base.css b/src/static/css/base.css index a2d5b05..9fec97e 100644 --- a/src/static/css/base.css +++ b/src/static/css/base.css @@ -78,14 +78,18 @@ a[aria-expanded="true"] > i.rotate { top: 0; } -/* Dropdown for collaborators */ -#drop_results { - max-height: 10rem; +.z-2 { z-index: 2; } -#drop_results > li { - word-wrap: anywhere; +.mh-30vh { + max-height: 30vh; +} + +.overflow-ellipsis { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } /* Graphing for networks */ |