summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-25 21:14:56 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-25 21:14:56 +0500
commitc1b7015a5a6ebd7382706b16c7e6d4101bba081c (patch)
treed11581ad3fab90fd513d724c047bcfcf775e4146 /web/sass-files/sass/partials/_post.scss
parent8e9e9f7c87ec984668060d79650ec4307ca6cd44 (diff)
downloadchat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.tar.gz
chat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.tar.bz2
chat-c1b7015a5a6ebd7382706b16c7e6d4101bba081c.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 5d0985fc0..710560181 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -383,6 +383,10 @@ body.ios {
min-height: 25px;
display: block;
@include opacity(0.7);
+ white-space: nowrap;
+ width: 80%;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
}