header should never grow or shrink

This commit is contained in:
Bruno Windels 2018-10-19 14:44:07 +02:00
parent c6924c47fa
commit 8f71210bdf

View file

@ -15,7 +15,8 @@ limitations under the License.
*/ */
.mx_RoomSubList { .mx_RoomSubList {
flex: 0; min-height: 31px;
flex: 0 0 auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -25,10 +26,10 @@ limitations under the License.
flex: 1; flex: 1;
} }
.mx_RoomSubList_labelContainer { .mx_RoomSubList_labelContainer {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex: 0 0 auto;
} }
.mx_RoomSubList_label { .mx_RoomSubList_label {