From 44b976886fc9c68426dafb1efd9d75c207ce4acf Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 11 Aug 2017 19:39:05 +0500 Subject: PLT-7323/PLT-7334 CSS fixes (#7155) * PLT-7334 - Channel header cuts off list * PLT-7323 - Fixing alignment for attachments * PLT-7323 - Fixing close button for attachments * Changed header description to use margin instead of padding --- webapp/sass/layout/_headers.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webapp/sass/layout/_headers.scss') diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index 0a836eafd..3e0a51422 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -175,9 +175,10 @@ } .channel-header__description { - height: 35px; + height: 19px; + margin-top: 3px; + margin-bottom: 13px; overflow: hidden; - padding: 3px 0 0; position: relative; text-overflow: ellipsis; width: calc(100% - 18px); -- cgit v1.2.3-1-g7c22