Skip to content

Commit

Permalink
Merge branch 'develop' into chore/apps-engine-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Dec 10, 2024
2 parents 5d8bcba + 41f5df1 commit c35755b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-cows-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue where room members menu doesn't display properly without enough space
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const RoomMembersActions = ({ username, _id, name, rid, freeSwitchExtension, rel
if (!menuOptions) {
return null;
}
return <GenericMenu title={t('More')} key='menu' data-qa-id='UserUserInfo-menu' sections={menuOptions} placement='bottom-end' />;
return <GenericMenu detached title={t('More')} key='menu' data-qa-id='UserUserInfo-menu' sections={menuOptions} placement='bottom-end' />;
};

export default RoomMembersActions;

0 comments on commit c35755b

Please sign in to comment.