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

Commit c30b62e

Browse files
committed
Fix alignment issue with nested spaces being cut off wrong
1 parent 50dd9da commit c30b62e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

res/css/structures/_SpacePanel.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $activeBorderColor: $secondary-fg-color;
3535

3636
.mx_SpacePanel_spaceTreeWrapper {
3737
flex: 1;
38-
overflow-y: scroll;
38+
padding: 8px 8px 16px 0;
3939
}
4040

4141
.mx_SpacePanel_toggleCollapse {
@@ -59,11 +59,10 @@ $activeBorderColor: $secondary-fg-color;
5959
margin: 0;
6060
list-style: none;
6161
padding: 0;
62-
padding-left: 16px;
63-
}
6462

65-
.mx_AutoHideScrollbar {
66-
padding: 8px 0 16px;
63+
> .mx_SpaceItem {
64+
padding-left: 16px;
65+
}
6766
}
6867

6968
.mx_SpaceButton_toggleCollapse {

0 commit comments

Comments
 (0)