Bust out of the list and allow the grid to lay out these items

This commit is contained in:
Jason Zimdars
2025-10-16 19:28:18 -05:00
parent a2bba83963
commit 30b28fa312
+4
View File
@@ -111,6 +111,10 @@
.card {
inline-size: calc(var(--column-width-expanded) - var(--column-padding-expanded) * 2);
}
.cards--grid & {
display: contents;
}
}
.cards__new-column {