From afdbdd14a1e73d3115baab2ac81ed9bea136b743 Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 05:43:09 +0200 Subject: [PATCH] Use inline style for container padding (scoped CSS can't target itself) Co-Authored-By: Claude Opus 4.6 --- whm/gniza-whm/lib/GnizaWHM/UI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whm/gniza-whm/lib/GnizaWHM/UI.pm b/whm/gniza-whm/lib/GnizaWHM/UI.pm index c348522..70a7bc2 100644 --- a/whm/gniza-whm/lib/GnizaWHM/UI.pm +++ b/whm/gniza-whm/lib/GnizaWHM/UI.pm @@ -630,7 +630,7 @@ sub page_header { # (background, color, overflow, scrollbar) don't leak into WHM. $css = _scope_to_container($css); return qq{\n} - . qq{
\n}; + . qq{
\n}; } sub _unwrap_layers {