Add height: auto; to img tag in preflight

This commit is contained in:
Andréas Lundgren 2018-03-14 00:52:44 +01:00 committed by GitHub
parent e1f3286141
commit 6cc44e98fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,7 @@ button,
textarea { resize: vertical; }
img { max-width: 100%; }
img { max-width: 100%; height: auto; }
button, input, optgroup, select, textarea { font-family: inherit; }