https://bugzilla.wikimedia.org/show_bug.cgi?id=53944
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Brion Vibber <[email protected]> --- Details from the email thread: * [[es:Template:cita]] applies a 'margin' in style element to that particular <blockquote> * MobileFrontend CSS applies a 'width: 90%' to all <blockquote>s * combination of these two ends up making the text spill offscreen because the specified margins are larger than the remaining 10% of the document width. Recommended course of action: * tweak the box model along with the width in the MobileFrontend CSS * OR alternately... switch the 'width' there to a margin, which will get overridden by the style attribute. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
