From 7d0cb335c108dd5a71ccae03e9acdd45a3b91db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 18 May 2026 19:46:50 +0200 Subject: [PATCH] Increase object card max width by 50px --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index ef5ac4d..49fca29 100644 --- a/styleguide.css +++ b/styleguide.css @@ -219,7 +219,7 @@ --chart-line-width: 2px; --chart-label-position-default: 50%; --dimension-object-card-min-width: 395px; - --dimension-object-card-max-width: 550px; + --dimension-object-card-max-width: 600px; --dimension-object-card-height: 600px; --dimension-object-card-content-grow: 1; --dimension-object-card-mobile-width: 100%;