mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
fix systems table names wrapping (#1027)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user