From 8f71210bdfb6b507149959e8fcf0c1a421d1c91b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 19 Oct 2018 14:44:07 +0200 Subject: [PATCH] header should never grow or shrink --- res/css/structures/_RoomSubList.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index 5ffb3039e2..85b8f73d64 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -15,7 +15,8 @@ limitations under the License. */ .mx_RoomSubList { - flex: 0; + min-height: 31px; + flex: 0 0 auto; display: flex; flex-direction: column; } @@ -25,10 +26,10 @@ limitations under the License. flex: 1; } - .mx_RoomSubList_labelContainer { display: flex; flex-direction: row; + flex: 0 0 auto; } .mx_RoomSubList_label {