From 96cddc5ca873036417f86925b2668184077834b2 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 12 Dec 2015 17:30:08 +0000 Subject: [PATCH] fix layout for long room names & topics --- src/skins/vector/css/molecules/RoomHeader.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/molecules/RoomHeader.css b/src/skins/vector/css/molecules/RoomHeader.css index c6cb40e00d..681767cf7e 100644 --- a/src/skins/vector/css/molecules/RoomHeader.css +++ b/src/skins/vector/css/molecules/RoomHeader.css @@ -85,7 +85,7 @@ limitations under the License. .mx_RoomHeader_info { display: table-cell; - height: 48px; + /* height: 48px; */ vertical-align: middle; } @@ -102,17 +102,18 @@ limitations under the License. cursor: pointer; vertical-align: middle; height: 28px; + overflow: hidden; color: #454545; font-weight: bold; font-size: 22px; padding-left: 19px; padding-right: 16px; + /* why isn't text-overflow working? */ text-overflow: ellipsis; } .mx_RoomHeader_nametext { display: inline-block; - overflow-y: hidden; } .mx_RoomHeader_searchStatus {