Adjust object group card sizing

This commit is contained in:
2026-06-12 08:50:10 +02:00
parent 436eb5558a
commit e156e99b21
5 changed files with 12 additions and 0 deletions
+7
View File
@@ -10,6 +10,13 @@
flex: 1 1 var(--layout-object-group-card-min-width);
min-width: var(--layout-object-group-card-min-width);
max-width: var(--layout-object-group-card-max-width);
height: var(--layout-object-group-card-height);
}
@media (max-width: 767px) {
.sg-object-card[data-pattern="object-group-card"] {
height: auto;
}
}
.sg-object-group-card__hint {