Actually fix the layout bug without re-regressing the prior issue
This commit is contained in:
parent
4489f8a6ea
commit
caa772348f
2 changed files with 5 additions and 2 deletions
|
@ -79,8 +79,10 @@ $activeBorderColor: $secondary-fg-color;
|
|||
.mx_SpaceItem {
|
||||
display: inline-flex;
|
||||
flex-flow: wrap;
|
||||
align-self: baseline;
|
||||
width: 100%;
|
||||
|
||||
&.mx_SpaceItem_narrow {
|
||||
align-self: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpaceItem.collapsed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue