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; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: 100%;
padding: var(--theme-spacing-md); padding: var(--theme-spacing-md);
overflow: hidden; overflow: hidden;
user-select: none; user-select: none;