AccountSearch: fix text being too huge

This commit is contained in:
Alex Gleason 2022-05-06 13:24:08 -05:00
parent 568c41e302
commit 976363d456
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class AccountSearch extends React.PureComponent {
<label>
<span style={{ display: 'none' }}>{intl.formatMessage(messages.placeholder)}</span>
<AutosuggestAccountInput
className='search__input'
className='rounded-full'
placeholder={intl.formatMessage(messages.placeholder)}
value={value}
onChange={this.handleChange}

View file

@ -24,7 +24,7 @@ input.search__input {
display: inline-block;
position: absolute;
top: 50%;
right: 8px;
right: 16px;
transform: translateY(-50%);
z-index: 2;
width: 18px;