From c636dc0ed3cbee6b67601d8f4a9696dd2c46afb4 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 29 Oct 2020 16:54:47 -0500 Subject: [PATCH] Fix custom tag layout which regressed in #5309 Signed-off-by: Aaron Raimist --- res/css/structures/_CustomRoomTagPanel.scss | 5 ----- res/css/structures/_LeftPanel.scss | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/res/css/structures/_CustomRoomTagPanel.scss b/res/css/structures/_CustomRoomTagPanel.scss index 96813cccea..be1138cf5b 100644 --- a/res/css/structures/_CustomRoomTagPanel.scss +++ b/res/css/structures/_CustomRoomTagPanel.scss @@ -16,11 +16,6 @@ limitations under the License. // TODO: Update design for custom tags to match new designs -.mx_LeftPanel_tagPanelContainer { - display: flex; - flex-direction: column; -} - .mx_CustomRoomTagPanel { background-color: $groupFilterPanel-bg-color; max-height: 40vh; diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index 885dd77a84..1424d9cda0 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -32,6 +32,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation // Create another flexbox so the GroupFilterPanel fills the container display: flex; + flex-direction: column; // GroupFilterPanel handles its own CSS }