From 94b761a1b77b82b44fad550f7a1f8786437bcb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 9 Jun 2026 10:51:49 +0200 Subject: [PATCH] Sync styleguide 2026.05.18.1 --- docs/styleguide/styles/10-components-interactive-elements.css | 3 +-- public/assets/styleguide.upstream.css | 3 +-- public/assets/styleguide.upstream.meta.json | 4 ++-- public/assets/styles.css | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/styleguide/styles/10-components-interactive-elements.css b/docs/styleguide/styles/10-components-interactive-elements.css index c11ea9f..44decb1 100644 --- a/docs/styleguide/styles/10-components-interactive-elements.css +++ b/docs/styleguide/styles/10-components-interactive-elements.css @@ -1112,7 +1112,6 @@ display: none; flex-direction: column; gap: var(--spacing-small); - min-width: 100%; width: max-content; max-width: min( var(--layout-multiselect-pulldown-panel-desktop-width), @@ -1151,7 +1150,7 @@ @media (max-width: 48rem) { .sg-pulldown-panel { - min-width: auto; + min-width: 0; } .sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel { diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css index 4e35e2d..eb19c77 100644 --- a/public/assets/styleguide.upstream.css +++ b/public/assets/styleguide.upstream.css @@ -1593,7 +1593,6 @@ section + section { display: none; flex-direction: column; gap: var(--spacing-small); - min-width: 100%; width: max-content; max-width: min( var(--layout-multiselect-pulldown-panel-desktop-width), @@ -1632,7 +1631,7 @@ section + section { @media (max-width: 48rem) { .sg-pulldown-panel { - min-width: auto; + min-width: 0; } .sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel { diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json index a03fb9b..3fcc3ab 100644 --- a/public/assets/styleguide.upstream.meta.json +++ b/public/assets/styleguide.upstream.meta.json @@ -1,7 +1,7 @@ { "styleguideVersion": "2026.05.18.1", - "styleguideCommit": "dc092fb", - "syncedAtUtc": "2026-06-09T07:14:33Z", + "styleguideCommit": "4a3c939", + "syncedAtUtc": "2026-06-09T08:51:49Z", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "mirroredDocsPath": "docs/styleguide" } diff --git a/public/assets/styles.css b/public/assets/styles.css index 4e35e2d..eb19c77 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -1593,7 +1593,6 @@ section + section { display: none; flex-direction: column; gap: var(--spacing-small); - min-width: 100%; width: max-content; max-width: min( var(--layout-multiselect-pulldown-panel-desktop-width), @@ -1632,7 +1631,7 @@ section + section { @media (max-width: 48rem) { .sg-pulldown-panel { - min-width: auto; + min-width: 0; } .sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {