Align trace column vertically in results table
Made-with: Cursor
This commit is contained in:
@@ -800,7 +800,7 @@ export default function App() {
|
|||||||
)}
|
)}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
{showTrace && (
|
{showTrace && (
|
||||||
<TableCell className="px-6 py-4 align-top">
|
<TableCell className="px-6 py-4 align-middle">
|
||||||
{hasTrace ? (
|
{hasTrace ? (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user