diff --git a/ghost/admin/app/styles/layouts/portal-settings.css b/ghost/admin/app/styles/layouts/portal-settings.css index 1a40077e55..acde1a72f6 100644 --- a/ghost/admin/app/styles/layouts/portal-settings.css +++ b/ghost/admin/app/styles/layouts/portal-settings.css @@ -263,8 +263,8 @@ pointer-events: none; border-radius: 5px; border: 1px solid var(--whitegrey); - transform: scale(0.9) !important; + transform: scale(0.95) !important; transform-origin: 0 0; - width: calc((1 / 0.9) * 100%) !important; - height: calc((1 / 0.9) * 100%) !important; + width: calc((1 / 0.95) * 100%) !important; + height: calc((1 / 0.95) * 100%) !important; } \ No newline at end of file