Fix: Images in Angular Material cards

This commit is contained in:
Sercan Yemen 2018-06-07 19:11:21 +03:00
parent 97f864bb76
commit ba35ebae94

View File

@ -85,3 +85,8 @@ mat-chip {
min-height: 0 !important;
}
}
// Fix: Mat-card-image requires a bigger width than 100%
.mat-card-image {
max-width: none !important;
}