Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit df90238

Browse files
fix(card): image height should maintain aspect ratio
#breaking
1 parent 3fffde7 commit df90238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ md-card {
6565
display: flex;
6666
flex: 0 0 auto;
6767
width: 100%;
68-
height: auto;
68+
height: 100% !important;
6969
}
7070

7171
md-card-title {

0 commit comments

Comments
 (0)