mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-10 01:28:41 +00:00
Fix: Images in Angular Material cards
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user