From 1aa235b10d298926f2d683b2d1a5c82f6a9591e9 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 6 Jan 2017 22:11:42 +0500 Subject: 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 --- webapp/sass/base/_typography.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webapp/sass/base/_typography.scss') 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; -- cgit v1.2.3-1-g7c22