https://bugzilla.wikimedia.org/show_bug.cgi?id=28379
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Bawolff <[email protected]> 2011-04-08 17:06:45 UTC --- The following css: .bz_comment_table {width:100%;} pre.bz_comment_text {width:auto;white-space:normal} Would fix it. However it would also mess up anything relying on spaces to visually format stuff, since it'd cause normal html white-space collapsing behaviour. It might be worth doing just: .bz_comment_table {width:100%;} pre.bz_comment_text {width:auto;} Since even though the lines wouldn't use the entire box (From the line breaks in a pre), it does look nicer for the eye if the box spans the entire space. -- 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
