Skip to content

Commit 03f091c

Browse files
committed
Merge pull request #565 from xwp/feature/548-same-height-grid
Keep cards same size in grid layout
2 parents e20f002 + 9825708 commit 03f091c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugin/assets/css/src/components/material.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,3 +442,11 @@
442442
margin-right: 8px;
443443
}
444444
}
445+
446+
.mdc-layout-grid .material-design-card {
447+
height: 100%;
448+
449+
& .mdc-card__actions {
450+
margin-top: auto;
451+
}
452+
}

0 commit comments

Comments
 (0)