diff --git a/internal/site/src/components/systems-table/systems-table-columns.tsx b/internal/site/src/components/systems-table/systems-table-columns.tsx index d3e28c44..e63b6c15 100644 --- a/internal/site/src/components/systems-table/systems-table-columns.tsx +++ b/internal/site/src/components/systems-table/systems-table-columns.tsx @@ -129,20 +129,27 @@ export function SystemsTableColumns(viewMode: "table" | "grid"): ColumnDef - - - {/* NOTE: change to 1 ch if switching to monospace font */} - - {name} - - - - + + +
+ + + {/* NOTE: change to 1 ch if switching to monospace font */} + + {name} + + + +
+
+ +

{name}

+
+
) }, header: sortableHeader,