mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add space after comma for placeholder text (#25931)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user