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 3806867 commit 5db1400Copy full SHA for 5db1400
site/src/components/SearchField/SearchField.tsx
@@ -23,7 +23,7 @@ export const SearchField: FC<SearchFieldProps> = ({
23
<TextField
24
// Specifying `minWidth` so that the text box can't shrink so much
25
// that it becomes un-clickable as we add more filter controls
26
- css={{ minWidth: "320px" }}
+ css={{ minWidth: "280px" }}
27
size="small"
28
value={value}
29
onChange={(e) => onChange(e.target.value)}
0 commit comments