mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fix: Images in Angular Material cards
This commit is contained in:
parent
97f864bb76
commit
ba35ebae94
|
@ -84,4 +84,9 @@ mat-chip {
|
|||
min-width: 0 !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Fix: Mat-card-image requires a bigger width than 100%
|
||||
.mat-card-image {
|
||||
max-width: none !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user