mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
fix systems table names wrapping (#1027)
This commit is contained in:
@@ -176,7 +176,7 @@ export default function SystemsTable() {
|
|||||||
cell: (info) => (
|
cell: (info) => (
|
||||||
<span className="flex gap-2 items-center md:ps-1 md:pe-5">
|
<span className="flex gap-2 items-center md:ps-1 md:pe-5">
|
||||||
<IndicatorDot system={info.row.original} />
|
<IndicatorDot system={info.row.original} />
|
||||||
<span className="font-medium text-sm">
|
<span className="font-medium text-sm text-nowrap">
|
||||||
{info.getValue() as string}
|
{info.getValue() as string}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user