Merge pull request #426 from adevade/patch-1

Add height: auto; to img tag in preflight
This commit is contained in:
Adam Wathan 2018-06-21 02:33:05 +09:30 committed by GitHub
commit 7019ef3a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -589,6 +589,7 @@ textarea {
img {
max-width: 100%;
height: auto;
}
button,

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; }