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

Fix edge case with space panel alignment with subspaces on ff
pull/21833/head
Michael Telatynski 2021-05-04 12:49:12 +01:00 committed by GitHub
commit 3cca153696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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