https://bugzilla.wikimedia.org/show_bug.cgi?id=21053
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] Status|NEW |ASSIGNED --- Comment #2 from [email protected] 2009-10-08 11:25:50 UTC --- Created an attachment (id=6649) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6649) sets width of the cols to 50% The problem is that there are two tables: the actual diff table and the FlaggedRev’s table above. The width of the FR table is 100% and the width of their columns is 50%. The width of the diff table is fixed to (100%), too, but the width of their columns is not fixed. So if the columns have a different width, this bug occurs. So in this proposed patch, I added width:50%; to the columns. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
