Merge pull request #5964 from matrix-org/t3chguy/fix/spacepanelalignment

Fix edge case with space panel alignment with subspaces on ff
This commit is contained in:
Michael Telatynski
2021-05-04 12:49:12 +01:00
committed by GitHub

View File

@@ -79,6 +79,7 @@ $activeBorderColor: $secondary-fg-color;
.mx_SpaceItem {
display: inline-flex;
flex-flow: wrap;
align-self: baseline;
}
.mx_SpaceItem.collapsed {