Skip to content

Commit 74e563e

Browse files
committed
Make the placeholder fit the input
1 parent cf93f07 commit 74e563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/UserSearchInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const UserSearchInput = ({
9191
<InputWithoutTypes
9292
{...props}
9393
{...getInputProps({
94-
placeholder: 'Enter username or email address',
94+
placeholder: 'Enter username or email',
9595
})}
9696
autoFocus
9797
spellcheck="false"

0 commit comments

Comments
 (0)