mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add height: auto; to img tag in preflight
This commit is contained in:
parent
e1f3286141
commit
6cc44e98fc
@ -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