summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-04 19:12:20 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-04 19:12:20 +0500
commit77f52da25512dc6ab80635efaa6c22a2887cd5e2 (patch)
treeaed6410e1119eceeb1c3789b8d1a2442b67d746c /web/sass-files/sass/partials/_popover.scss
parent2c46ee8420eb19d827d3f2072bd536aae2038f84 (diff)
downloadchat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.tar.gz
chat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.tar.bz2
chat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.zip
UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index fa1b44841..5008331b4 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -6,4 +6,11 @@
.user-popover__image {
margin: 0 0 10px;
@include border-radius(128px);
+}
+
+.user-popover__email {
+ max-width: 200px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: block;
} \ No newline at end of file