From a1e329d8a9071f8d9e8cba5df5bc2aad503e44c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 18 May 2026 17:47:11 +0200 Subject: [PATCH] Fix mobile fundamentals page visibility to respect hidden state --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index 18e03ef..e6de348 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1774,6 +1774,10 @@ section + section { display: flex; } + .sg-card-list-page-mobile-detail[hidden] { + display: none; + } + .sg-card-list-page__intro-card.sg-card { align-self: stretch; width: 100%;