aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/base.css')
-rw-r--r--src/static/css/base.css14
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 */