From 70283c20f69576d52b4f35ed9c138749523c6ca7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 15 Jul 2016 00:56:38 +0500 Subject: PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553) * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser --- webapp/sass/routes/_settings.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'webapp/sass/routes') diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss index 501c20e20..36a1acf76 100644 --- a/webapp/sass/routes/_settings.scss +++ b/webapp/sass/routes/_settings.scss @@ -171,6 +171,9 @@ .theme-label { font-weight: 400; margin-top: 5px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } img { @@ -343,7 +346,10 @@ a { border-radius: 0; color: $gray; - padding: 8px 5px 8px 15px; + overflow: hidden; + padding: 8px 15px; + text-overflow: ellipsis; + white-space: nowrap; } .icon { @@ -382,10 +388,7 @@ @include alpha-property(background-color, $black, .1); border-radius: 0; font-weight: 400; - overflow: hidden; position: relative; - text-overflow: ellipsis; - white-space: nowrap; } } } -- cgit v1.2.3-1-g7c22