summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-09 08:20:02 -0800
committerCorey Hulen <corey@hulen.com>2016-02-09 08:20:02 -0800
commit63f830938b732258ea481f46076a88bfa8ebcd8c (patch)
tree5dad15ef1b1ed9fd72b676b0e62adb79ce1d61a2 /web/sass-files/sass/partials/_popover.scss
parentffcca796c3b7f14eac52d4d1542105ef03b047a5 (diff)
parent65a00cbcf52dfc9bcd43112f2e420fad4798f2e1 (diff)
downloadchat-63f830938b732258ea481f46076a88bfa8ebcd8c.tar.gz
chat-63f830938b732258ea481f46076a88bfa8ebcd8c.tar.bz2
chat-63f830938b732258ea481f46076a88bfa8ebcd8c.zip
Merge pull request #2114 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 8a61758f1..bf762d2c9 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -150,6 +150,9 @@
}
.more-name {
margin-left: 6px;
+ max-width: 140px;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
}