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 87e2537 commit 32c91f2Copy full SHA for 32c91f2
1 file changed
apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -540,7 +540,7 @@ function CopyableCell({
540
return (
541
<div
542
className={cn(
543
- "relative flex items-center px-2 py-1.5",
+ "relative flex w-full items-center px-2 py-1.5",
544
"font-mono text-xs text-text-dimmed group-hover/row:text-text-bright",
545
alignment === "right" && "justify-end"
546
)}
@@ -555,7 +555,7 @@ function CopyableCell({
555
e.preventDefault();
556
copy();
557
}}
558
- className="absolute right-0 top-1/2 z-10 flex -translate-y-1/2 cursor-pointer"
+ className="absolute right-1 top-1/2 z-10 flex -translate-y-1/2 cursor-pointer"
559
>
560
<SimpleTooltip
561
button={
0 commit comments