You've already forked matrix-react-sdk
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:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user