Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fixes "space panel kebab menu is rendered out of view on sub spaces" #8350

Merged
merged 10 commits into from
Apr 30, 2022
2 changes: 2 additions & 0 deletions res/css/structures/_SpacePanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ $activeBorderColor: $primary-content;
border-radius: 12px;
padding: 4px;
width: calc(100% - 32px);
min-width: 0;
}

robintown marked this conversation as resolved.
Show resolved Hide resolved
.mx_SpaceButton_name {
Expand Down Expand Up @@ -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 {
Expand Down