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

Commit 3cca153

Browse files
authored
Merge pull request #5964 from matrix-org/t3chguy/fix/spacepanelalignment
Fix edge case with space panel alignment with subspaces on ff
2 parents ed8b05b + c5cbca7 commit 3cca153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/structures/_SpacePanel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ $activeBorderColor: $secondary-fg-color;
7979
.mx_SpaceItem {
8080
display: inline-flex;
8181
flex-flow: wrap;
82+
align-self: baseline;
8283
}
8384

8485
.mx_SpaceItem.collapsed {

0 commit comments

Comments
 (0)