summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_typography.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-06 22:11:42 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-06 12:11:42 -0500
commit1aa235b10d298926f2d683b2d1a5c82f6a9591e9 (patch)
treef36945318cae0542f35e89432fcc8534bafd2248 /webapp/sass/base/_typography.scss
parent61771a0fc53a9c50f096b0dcc422f12ce80baf20 (diff)
downloadchat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.tar.gz
chat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.tar.bz2
chat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.zip
Ui fixes (#4987)
* PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
Diffstat (limited to 'webapp/sass/base/_typography.scss')
-rw-r--r--webapp/sass/base/_typography.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index f595e0ed9..1d3f1d052 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -26,6 +26,11 @@ body {
word-break: break-all;
}
+.overflow--ellipsis {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.fa {
&.fa-margin--left {
margin-left: 2px;