We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d94b commit 4b88035Copy full SHA for 4b88035
src/components/tables/search-input.js
@@ -53,7 +53,7 @@ const SearchInput = ({ onSearch, placeholder, 'data-cy': dataCy }) => {
53
name='search'
54
id='search'
55
placeholder={placeholder}
56
- style={{ width: '12.5rem' }}
+ style={{ width: '14rem' }}
57
/>
58
<Button
59
data-cy={`${dataCy}-search-submit`}
0 commit comments