From ad2d3a36831c01e6b33fc78a78ccb3a3a50c7e6f Mon Sep 17 00:00:00 2001 From: Yaya Usman <38439166+yaya-usman@users.noreply.github.com> Date: Sat, 30 Apr 2022 18:36:03 +0300 Subject: [PATCH] Fixes "space panel kebab menu is rendered out of view on sub spaces" (#8350) * fixes space kebab menu out of view * update-eslint: space kebab menu out of view * update: space kebap menu * update: space panel collapse behavior and kebap menu fix * update: space panel collapse behavior and kebap menu fix * updated fix --- res/css/structures/_SpacePanel.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/structures/_SpacePanel.scss b/res/css/structures/_SpacePanel.scss index 1cbc7cd7352..9d23dd5fc93 100644 --- a/res/css/structures/_SpacePanel.scss +++ b/res/css/structures/_SpacePanel.scss @@ -155,6 +155,7 @@ $activeBorderColor: $primary-content; border-radius: 12px; padding: 4px; width: calc(100% - 32px); + min-width: 0; } .mx_SpaceButton_name { @@ -274,6 +275,7 @@ $activeBorderColor: $primary-content; display: flex; flex-direction: column; max-width: 250px; + min-width: 0; flex-grow: 1; .mx_BaseAvatar:not(.mx_UserMenu_userAvatar_BaseAvatar) .mx_BaseAvatar_initial {