Skip to content

Commit 4911127

Browse files
samejrmatt-aitken
authored andcommitted
Table header padding increase
1 parent c3616f7 commit 4911127

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
@@ -786,7 +786,7 @@ function HeaderCellContent({
786786
return (
787787
<div
788788
className={cn(
789-
"flex w-full items-center gap-1 overflow-hidden bg-background-bright py-1.5 pl-2 pr-1",
789+
"flex w-full items-center gap-1 overflow-hidden bg-background-bright py-2 pl-2 pr-1",
790790
"font-mono text-xs font-medium text-text-bright",
791791
alignment === "right" && "justify-end",
792792
canSort && "cursor-pointer select-none"

0 commit comments

Comments
 (0)