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

Commit ad2d3a3

Browse files
authored
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
1 parent 2c08063 commit ad2d3a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/structures/_SpacePanel.scss

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ $activeBorderColor: $primary-content;
155155
border-radius: 12px;
156156
padding: 4px;
157157
width: calc(100% - 32px);
158+
min-width: 0;
158159
}
159160

160161
.mx_SpaceButton_name {
@@ -274,6 +275,7 @@ $activeBorderColor: $primary-content;
274275
display: flex;
275276
flex-direction: column;
276277
max-width: 250px;
278+
min-width: 0;
277279
flex-grow: 1;
278280

279281
.mx_BaseAvatar:not(.mx_UserMenu_userAvatar_BaseAvatar) .mx_BaseAvatar_initial {

0 commit comments

Comments
 (0)