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

Commit

Permalink
Merge pull request #5890 from matrix-org/t3chguy/fix/17006
Browse files Browse the repository at this point in the history
Fix alignment issue with nested spaces being cut off wrong
  • Loading branch information
t3chguy authored Apr 22, 2021
2 parents 5b8cd10 + c30b62e commit c0f8098
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions res/css/structures/_SpacePanel.scss
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ $activeBorderColor: $secondary-fg-color;

.mx_SpacePanel_spaceTreeWrapper {
flex: 1;
overflow-y: scroll;
padding: 8px 8px 16px 0;
}

.mx_SpacePanel_toggleCollapse {
@@ -59,11 +59,10 @@ $activeBorderColor: $secondary-fg-color;
margin: 0;
list-style: none;
padding: 0;
padding-left: 16px;
}

.mx_AutoHideScrollbar {
padding: 8px 0 16px;
> .mx_SpaceItem {
padding-left: 16px;
}
}

.mx_SpaceButton_toggleCollapse {

0 comments on commit c0f8098

Please sign in to comment.