summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_popover.scss')
-rw-r--r--webapp/sass/components/_popover.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 0b2769f77..7526fcb5a 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -18,7 +18,10 @@
.popover-title {
background: alpha-color($black, .05);
+ max-width: 100%;
+ overflow: hidden;
padding: 8px 10px;
+ text-overflow: ellipsis;
}
.popover-content {