Skip to content

Commit

Permalink
[BUGFIX] fix grid styling for unicard grid module
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Dec 4, 2024
1 parent 8364c7c commit 9513cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/modules/unicard-group.module/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
grid-template-columns: repeat(var(--col), minmax(0, 1fr));
}
}

.unicard-group .unicard {
min-height: auto;
}

0 comments on commit 9513cda

Please sign in to comment.