Add space after comma for placeholder text (#25931)

This commit is contained in:
Philipp Trulson
2020-07-01 09:34:36 +02:00
committed by GitHub
parent 650ab72c88
commit df72344d3c
3 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ const UserListAdminPageUnConnected: React.FC<Props> = props => {
<Input
width={40}
type="text"
placeholder="Search user by login,email or name"
placeholder="Search user by login, email or name"
tabIndex={1}
autoFocus={true}
value={props.query}