From c06aa21dd8fa6d9eff7d5c4d624595fbc9fadc03 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 10 Jun 2024 18:21:02 +0100 Subject: [PATCH] Tweak spacing --- res/css/_common.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/_common.pcss b/res/css/_common.pcss index 3b21a21ca3c4..122400c43f1d 100644 --- a/res/css/_common.pcss +++ b/res/css/_common.pcss @@ -335,7 +335,7 @@ legend { width: 100%; max-width: min-content; box-sizing: border-box; - max-height: calc(100% - var(--cpd-space-9x)); + max-height: calc(100% - var(--cpd-space-6x)); display: flex; flex-direction: column;