Skip to content

Commit ed64032

Browse files
committed
Center the status column
1 parent 95443d2 commit ed64032

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
@@ -412,7 +412,7 @@ function CellValueWrapper({
412412

413413
return (
414414
<span
415-
className="flex-1"
415+
className="flex flex-1 items-center"
416416
onMouseEnter={() => setHovered(true)}
417417
onMouseLeave={() => setHovered(false)}
418418
>

0 commit comments

Comments
 (0)