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:
parent
3ca25886eb
commit
ed2f9e499c
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ figure blockquote p {
|
||||||
|
|
||||||
.kg-gallery-image img {
|
.kg-gallery-image img {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue