mirror of https://github.com/vector-im/riot-web
Fix edge case with space panel alignment with subspaces on ff
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