Fix object group card width tokens

This commit is contained in:
2026-06-12 08:53:13 +02:00
parent 74b47c1ccb
commit 5b2e0ffc60
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -272,8 +272,8 @@
--dimension-object-card-mobile-width: 100%;
--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: 800px;
--dimension-object-group-card-min-width: 450px;
--dimension-object-group-card-max-width: 650px;
--dimension-object-group-card-height: 700px;
--dimension-input-label-width: 9rem;
--dimension-input-field-desktop-width: 400px;