From be302d62a5b2819384380421073e15e232ef0ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 14:32:03 +0200 Subject: [PATCH] Increase object group card max width to 800px --- foundations.html | 2 +- styleguide.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations.html b/foundations.html index c266122..4042cd9 100644 --- a/foundations.html +++ b/foundations.html @@ -138,7 +138,7 @@ input-field-desktop-width400pxFixe Desktop-Breite von ein- und mehrzeiligen Eingabefeldern in der Input-Component-Preview. input-field-max-width600pxMaximale Breite von ein- und mehrzeiligen Eingabefeldern (ohne Suchfeld). object-group-card-min-width550pxMindestbreite der Group Card im Pattern Object Group Card. - object-group-card-max-width700pxMaximale Breite der Group Card im Pattern Object Group Card. + object-group-card-max-width800pxMaximale Breite der Group Card im Pattern Object Group Card. search-field-width15.3remFixe Breite des Suchfeld-Inputs inklusive Clear-Button-Bereich. layer-pulldown-panel40Layer-Stufe für geöffnete Pulldown-Ausklappfelder, damit sie über anderen Inhalten liegen. multiselect-pulldown-panel-desktop-width500pxDesktop-Breite des geöffneten Multiselektions-Pulldown-Panels im gleichnamigen Pattern. diff --git a/styleguide.css b/styleguide.css index af6cd74..e5c94ad 100644 --- a/styleguide.css +++ b/styleguide.css @@ -234,7 +234,7 @@ --dimension-object-card-mobile-height: auto; --dimension-object-card-desktop-breakpoint: 768px; --dimension-object-group-card-min-width: 550px; - --dimension-object-group-card-max-width: 700px; + --dimension-object-group-card-max-width: 800px; --dimension-input-label-width: 9rem; --dimension-input-field-desktop-width: 400px; --dimension-input-field-max-width: 600px;