Merge pull request #980 from good/mac-release

Enforces auto-height for images to fix improper resizing
This commit is contained in:
Maurice Parker 2019-09-05 13:11:15 -05:00 committed by GitHub
commit dc64fa2bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ pre {
}
img, figure, video, iframe {
max-width: 100%;
height: auto;
height: auto !important;
margin: 0 auto;
}