From 687ef5b96ed1e91976f366e68d02e49db08ad576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 28 May 2026 08:23:40 +0200 Subject: [PATCH] Right-align form section actions with content-width buttons --- styles/25-patterns-form-sections.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/styles/25-patterns-form-sections.css b/styles/25-patterns-form-sections.css index af37df8..ee260f4 100644 --- a/styles/25-patterns-form-sections.css +++ b/styles/25-patterns-form-sections.css @@ -276,16 +276,14 @@ } .sg-form-sections-card__actions { - display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); + display: flex; + justify-content: flex-end; gap: var(--spacing-small); - width: 100%; margin-top: 0; } .sg-form-sections-card__action { - min-width: 0; - width: 100%; + width: auto; } .sg-navigation-card-layout {