0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed gallery image height

This commit is contained in:
Peter Zimon 2019-11-07 17:17:20 +07:00
parent 3ca25886eb
commit ed2f9e499c

View file

@ -448,7 +448,7 @@ figure blockquote p {
.kg-gallery-image img {
width: 100% !important;
height: 100% !important;
height: auto !important;
}