From 4fc8661adbb8789362338f61cb940cce4a84fc26 Mon Sep 17 00:00:00 2001 From: "Janus C. H. Knudsen" Date: Wed, 14 Jan 2026 23:43:12 +0100 Subject: [PATCH] wip --- PlanTempus.Application/wwwroot/css/employees.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlanTempus.Application/wwwroot/css/employees.css b/PlanTempus.Application/wwwroot/css/employees.css index e39cb52..873e871 100644 --- a/PlanTempus.Application/wwwroot/css/employees.css +++ b/PlanTempus.Application/wwwroot/css/employees.css @@ -884,7 +884,8 @@ swp-data-row.focus-highlight { =========================================== */ swp-schedule-scroll { display: block; - width: 800px; + width: fit-content; + max-width: var(--page-max-width); margin: 0 auto; overflow-x: auto; }