mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #426 from adevade/patch-1
Add height: auto; to img tag in preflight
This commit is contained in:
commit
7019ef3a8f
@ -589,6 +589,7 @@ textarea {
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user