fix card container height when inconsistent row count

This commit is contained in:
jeffvli
2026-01-04 15:07:34 -08:00
parent 211f09fe19
commit 83b20d9086
@@ -3,6 +3,7 @@
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding: var(--theme-spacing-md);
overflow: hidden;
user-select: none;