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:
commit
4ccecb7db4
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue