mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix edge case with space panel alignment with subspaces on ff
This commit is contained in:
parent
e9f59ed093
commit
c5cbca7c57
@ -79,6 +79,7 @@ $activeBorderColor: $secondary-fg-color;
|
||||
.mx_SpaceItem {
|
||||
display: inline-flex;
|
||||
flex-flow: wrap;
|
||||
align-self: baseline;
|
||||
}
|
||||
|
||||
.mx_SpaceItem.collapsed {
|
||||
|
Loading…
Reference in New Issue
Block a user