File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/src/modules/shared/components/layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export const UserMenu = ({ userData }: { userData: LoggedUserData }) => {
105
105
arrowPadding = { 10 }
106
106
>
107
107
< PopoverArrow className = 'fill-zinc-600' />
108
- < div className = 'min-w-48 max-w-64' >
108
+ < div className = 'min-w-56 max-w-64' >
109
109
{ /* User */ }
110
110
< div className = 'flex flex-row gap-2 items-center p-4 pb-3' >
111
111
< div className = 'h-8 w-8 aspect-square' >
@@ -121,7 +121,7 @@ export const UserMenu = ({ userData }: { userData: LoggedUserData }) => {
121
121
< div className = 'flex justify-start items-center gap-2' >
122
122
{ ! isEditingUsername ? (
123
123
< >
124
- < h4 className = 'truncate font-semibold w-48 py-px' >
124
+ < h4 className = 'truncate font-semibold w-[155px] py-px' >
125
125
{ name }
126
126
</ h4 >
127
127
< button onClick = { ( ) => setIsEditingUsername ( true ) } >
@@ -136,7 +136,7 @@ export const UserMenu = ({ userData }: { userData: LoggedUserData }) => {
136
136
< >
137
137
< form onSubmit = { handleSubmit ( onSubmit ) } >
138
138
< input
139
- className = 'w-[calc(12rem-52px )] font-semibold bg-transparent border border-zinc-400 rounded-md px-1'
139
+ className = 'w-[calc(12rem-55.5px )] font-semibold bg-transparent border border-zinc-400 rounded-md px-1'
140
140
defaultValue = { name }
141
141
{ ...register ( 'username' , {
142
142
required : 'Username is required' ,
You can’t perform that action at this time.
0 commit comments