Skip to content

Commit 4b88035

Browse files
committed
Increase width of input to fit placeholder text
1 parent bb5d94b commit 4b88035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tables/search-input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const SearchInput = ({ onSearch, placeholder, 'data-cy': dataCy }) => {
5353
name='search'
5454
id='search'
5555
placeholder={placeholder}
56-
style={{ width: '12.5rem' }}
56+
style={{ width: '14rem' }}
5757
/>
5858
<Button
5959
data-cy={`${dataCy}-search-submit`}

0 commit comments

Comments
 (0)