From 1a2727f0afffa96571664ba59ac6a963176a9ee6 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 10 Jan 2019 14:03:55 +0100 Subject: [PATCH] sized items cannot grow, unsized items start with their content size and shrink from there --- res/css/structures/_RoomSubList.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index 0d82a7e3da..8225e1208c 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -33,13 +33,13 @@ limitations under the License. .mx_RoomSubList { min-height: 31px; - flex: 0 10000 auto; + flex: 0 10000 content; display: flex; flex-direction: column; } .mx_RoomSubList.resized-sized { - flex: 1 1 auto; + flex: 0 1 0; } .mx_RoomSubList_nonEmpty {