From e101eeb37fa7b251129fa7d5cf6104c58a18c5d9 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Fri, 14 Mar 2025 02:56:47 +0000 Subject: [PATCH] Fix: Adjust header width and padding to keep documentation button visible --- admin/css/wpa-superstar-admin.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/css/wpa-superstar-admin.css b/admin/css/wpa-superstar-admin.css index 0df7559..4db1244 100644 --- a/admin/css/wpa-superstar-admin.css +++ b/admin/css/wpa-superstar-admin.css @@ -1,18 +1,19 @@ .wpa-superstar-wrap { max-width: none; margin: 0; + padding-right: 20px; } .wpa-superstar-header { background: #fff; border-bottom: 1px solid #c3c4c7; box-shadow: 0 1px 0 rgba(0,0,0,.04); - margin: 0 0 20px -20px; + margin: 0 -20px 20px -20px; padding: 20px; display: flex; align-items: center; justify-content: space-between; - width: calc(100% + 40px); + width: auto; } .wpa-superstar-header h1 {