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
|
@ -297,6 +297,7 @@ export class SpaceItem extends React.PureComponent<IItemProps, IItemState> {
|
|||
const isActive = activeSpaces.includes(space);
|
||||
const itemClasses = classNames({
|
||||
"mx_SpaceItem": true,
|
||||
"mx_SpaceItem_narrow": isNarrow,
|
||||
"collapsed": collapsed,
|
||||
"hasSubSpaces": childSpaces && childSpaces.length,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue