Add variable-height object card variant

This commit is contained in:
2026-06-10 14:28:05 +02:00
parent 57fbe63b2e
commit be34e0444d
2 changed files with 69 additions and 0 deletions
+3
View File
@@ -67,3 +67,6 @@
min-width: 0;
}
.sg-object-card--variable-height {
height: auto;
}