From 1d84b4668126180a1e81eff2d10af605f157611c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 10 Jun 2020 15:22:17 -0600 Subject: [PATCH] Fix vertical height causing sublists to wrap --- res/css/views/rooms/_RoomList2.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_RoomList2.scss b/res/css/views/rooms/_RoomList2.scss index 40549d25b4..5b78020626 100644 --- a/res/css/views/rooms/_RoomList2.scss +++ b/res/css/views/rooms/_RoomList2.scss @@ -23,5 +23,5 @@ limitations under the License. // worry about in this stylesheet. display: flex; flex-direction: column; - flex-wrap: wrap; + flex-wrap: nowrap; // let the column overflow }