From 4245516adcd4ce6ee871767478a7043467ba76a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 18:03:09 +0200 Subject: [PATCH] Fix object-group-card mobile overflow by forcing full-width cards --- styleguide.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styleguide.css b/styleguide.css index 87a8c48..0ed8529 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1794,6 +1794,13 @@ section + section { max-width: none; height: var(--layout-object-card-mobile-height); } + + .sg-object-card[data-pattern="object-group-card"] { + flex-basis: 100%; + width: 100%; + min-width: 0; + max-width: none; + } } .sg-object-card__content {