Align trace column vertically in results table
Made-with: Cursor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user