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 e89af28 commit 7a81139Copy full SHA for 7a81139
1 file changed
apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -786,7 +786,7 @@ function HeaderCellContent({
786
return (
787
<div
788
className={cn(
789
- "flex w-full items-center gap-1 overflow-hidden bg-background-bright py-1.5 pl-2 pr-1",
+ "flex w-full items-center gap-1 overflow-hidden bg-background-bright py-2 pl-2 pr-1",
790
"font-mono text-xs font-medium text-text-bright",
791
alignment === "right" && "justify-end",
792
canSort && "cursor-pointer select-none"
0 commit comments