fix: stretch grid item height for category card
This commit is contained in:
@@ -48,12 +48,14 @@ class CategoryCard extends HTMLElement {
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
color: inherit;
|
||||
padding: var(--spacing-md, 0.875rem) var(--spacing-xs, 0.25rem);
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user