From cfb399b12a8d0ac2a34d2f1c7162990b651fd721 Mon Sep 17 00:00:00 2001 From: fs Date: Sun, 5 Apr 2026 18:50:38 +0200 Subject: [PATCH] fix(helpdesk): wrap team dashboard content in single container for correct padding All dashboard content (period selector, states, KPIs, table) now sits inside one wrapper div as a direct child of section, so Core's padding-inline rule applies consistently. Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/helpdesk/pages/helpdesk/team/index(default).phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/helpdesk/pages/helpdesk/team/index(default).phtml b/modules/helpdesk/pages/helpdesk/team/index(default).phtml index 88a17f8..1c73047 100644 --- a/modules/helpdesk/pages/helpdesk/team/index(default).phtml +++ b/modules/helpdesk/pages/helpdesk/team/index(default).phtml @@ -37,6 +37,7 @@ $periodLabels = [ require templatePath('partials/app-flash.phtml'); ?> +
checked> @@ -106,6 +107,7 @@ $periodLabels = [
+