Skip to content
Snippets Groups Projects
Commit 4ccecb7d authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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
parents 20d7b046 e1c432d8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,9 +19,9 @@
}
 
img.js-lazy-loaded {
min-width: none;
min-height: none;
background-color: none;
min-width: inherit;
min-height: inherit;
background-color: inherit;
}
 
p a:not(.no-attachment-icon) img {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment