mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Fix: Images in Angular Material cards
This commit is contained in:
parent
97f864bb76
commit
ba35ebae94
|
@ -85,3 +85,8 @@ mat-chip {
|
||||||
min-height: 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