Last modified: 2014-07-17 20:04:24 UTC
For example, on the [[en:Global cities]] article, some tables just disappear off the edge of the screen and you can't see the rest. The columns which remain are not as wide as they should be, and you have to scroll horizontally (only works inside the table column though). https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom&TicketID=7672080 https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=7636568
There's some scary inline style usage on these: <div style="float: left; width: 19%; vertical-align: top; margin-right: 1px;"> <table class="wikitable plainrowheaders" style="width: 100%"> ... </tbody></table> </div>