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 {