Fix edge case with space panel alignment with subspaces on ff

This commit is contained in:
Michael Telatynski 2021-05-04 12:38:55 +01:00
parent e9f59ed093
commit c5cbca7c57

View File

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