mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-03-09 19:12:03 +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…
x
Reference in New Issue
Block a user