Limit image overflow limits to not tables

Avoid breaking legacy templates. What other templates were affected,
though? Was it just tables? Hopefully it is...

Bug: T181321
Bug: T269970
Change-Id: I2ce7d7b4344cc1b056feb99e47bd7f99959df454
isekai
Isarra 4 years ago
parent 09b556ba2d
commit d5783ccf3b

@ -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