1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-07 03:42:20 +03:00

Limit width of user menu in space panel (#11192)

Fixes: vector-im/element-web#22627
This commit is contained in:
Johannes Marbach
2023-07-06 00:00:03 +02:00
committed by GitHub
parent 8107f1d271
commit 3f20675b93
4 changed files with 10 additions and 1 deletions

View File

@@ -446,6 +446,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
return (
<div className="mx_UserMenu">
<ContextMenuButton
className="mx_UserMenu_contextMenuButton"
onClick={this.onOpenMenuClick}
inputRef={this.buttonRef}
label={_t("User menu")}