Added a height: auto property to img

Affects issues:
- Possibly fixed #1527
This commit is contained in:
Risto Lahtela 2020-08-12 12:54:13 +03:00
parent dd9c8428a1
commit 57d9a2762c

View File

@ -217,6 +217,7 @@ figure {
}
img {
height: auto;
vertical-align: middle;
border-style: none;
}