Fix image aspect ratio in rare case (#935)

This commit is contained in:
Andrew Mackrodt 2022-01-15 15:45:09 +00:00 committed by GitHub
parent 57e204e697
commit 3c351b6a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,8 @@ $primary-color: #0062cc;
::ng-deep .scale-width {
max-width: 100%;
object-fit: contain;
object-position: top center;
}