Align trace column vertically in results table

Made-with: Cursor
This commit is contained in:
Xin Wang
2026-04-18 14:06:41 +08:00
parent 0908e5f1d1
commit 5822b8b407

View File

@@ -800,7 +800,7 @@ export default function App() {
)}
</TableCell>
{showTrace && (
<TableCell className="px-6 py-4 align-top">
<TableCell className="px-6 py-4 align-middle">
{hasTrace ? (
<button
type="button"