Merge branch '35691-images-in-wiki-display-have-wrong-size' into 'master'

Resolve "Images in Wiki display have wrong size"

Closes #35691

See merge request !13153
This commit is contained in:
Filipa Lacerda 2017-07-28 12:51:12 +00:00
commit 4ccecb7db4

View file

@ -19,9 +19,9 @@
} }
img.js-lazy-loaded { img.js-lazy-loaded {
min-width: none; min-width: inherit;
min-height: none; min-height: inherit;
background-color: none; background-color: inherit;
} }
p a:not(.no-attachment-icon) img { p a:not(.no-attachment-icon) img {