Skip to content

Commit 5cc0687

Browse files
authored
fixed dropbox width regardless of the name length (#250)
Co-authored-by: Justas Bartka <>
1 parent 06ff6d9 commit 5cc0687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/app/src/components/gameHeaderDropDown/GameHeaderDropDown.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ const GameHeaderDropDown = ({ openAvatarModal }) => {
5353
return (
5454
<Dropdown
5555
menu={{ items }}
56+
placement='bottomRight'
5657
trigger={['click']}
5758
className='dropdown-icon padding-s'
5859
overlayClassName='dropdown-buttons'
5960
onOpenChange={rotateArrow}
61+
overlayStyle={{ minWidth: "none"}}
6062
>
6163
<Space>
6264
<GameHeaderNameContainer

0 commit comments

Comments
 (0)