From fd1a345a65791fb5b04d1abc6a60225cdc79a741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 28 May 2026 08:27:23 +0200 Subject: [PATCH] Adjust form sections pattern max width by 100px --- styles/25-patterns-form-sections.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/25-patterns-form-sections.css b/styles/25-patterns-form-sections.css index ee260f4..1c6fe7f 100644 --- a/styles/25-patterns-form-sections.css +++ b/styles/25-patterns-form-sections.css @@ -11,7 +11,7 @@ calc(var(--layout-input-label-width) + var(--spacing-small) + var(--layout-input-field-desktop-width)) ); max-width: calc( - var(--layout-input-label-width) + var(--spacing-small) + var(--layout-input-field-max-width) + var(--layout-input-label-width) + var(--spacing-small) + var(--layout-input-field-max-width) + 100px ); }