Skip to content

Commit 9527648

Browse files
committed
Padding tweak
1 parent 1f939be commit 9527648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/code/TSQLResultsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ function FilterCell({
877877
}, [shouldFocus, onFocused]);
878878

879879
return (
880-
<div className="flex items-center bg-background-bright px-1.5 pb-1" style={{ width }}>
880+
<div className="flex items-center bg-background-bright px-1.5 pb-2" style={{ width }}>
881881
<DebouncedInput
882882
ref={inputRef}
883883
value={columnFilterValue ?? ""}

0 commit comments

Comments
 (0)