diff --git a/app/dashboard/uptime/Uptime.tsx b/app/dashboard/uptime/Uptime.tsx index 01b5842..8f1ca30 100644 --- a/app/dashboard/uptime/Uptime.tsx +++ b/app/dashboard/uptime/Uptime.tsx @@ -47,10 +47,10 @@ const timeFormats = { }) }; -const gridColumns = { - 1: 30, - 2: 56, - 3: 30 +const minBoxWidths = { + 1: 24, + 2: 24, + 3: 24 }; interface UptimeData { @@ -193,10 +193,9 @@ export default function Uptime() {
{reversedSummary.map((entry) => (