Merge "Limit image overflow limits to not tables"

isekai
jenkins-bot 4 years ago committed by Gerrit Code Review
commit 566d5dd359

@ -557,6 +557,16 @@ pre,
} }
} }
a > img,
.floatnone > img {
// Hopefully these are only templates or something sane to begin with
// See: T269970
.mw-body .mw-parser-output table & {
height: unset !important;
max-width: unset !important;
}
}
#siteSub { #siteSub {
margin: -0.5em 0 0.5em 0; margin: -0.5em 0 0.5em 0;
font-style: italic; font-style: italic;

Loading…
Cancel
Save