fix systems table names wrapping (#1027)

This commit is contained in:
Bradley Varol
2025-08-02 17:28:49 +01:00
committed by GitHub
parent b22ae87022
commit aa2bc9f118

View File

@@ -176,7 +176,7 @@ export default function SystemsTable() {
cell: (info) => (
<span className="flex gap-2 items-center md:ps-1 md:pe-5">
<IndicatorDot system={info.row.original} />
<span className="font-medium text-sm">
<span className="font-medium text-sm text-nowrap">
{info.getValue() as string}
</span>
</span>