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 1f939be commit 9527648Copy full SHA for 9527648
apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -877,7 +877,7 @@ function FilterCell({
877
}, [shouldFocus, onFocused]);
878
879
return (
880
- <div className="flex items-center bg-background-bright px-1.5 pb-1" style={{ width }}>
+ <div className="flex items-center bg-background-bright px-1.5 pb-2" style={{ width }}>
881
<DebouncedInput
882
ref={inputRef}
883
value={columnFilterValue ?? ""}
0 commit comments