https://bugzilla.wikimedia.org/show_bug.cgi?id=39767
--- Comment #3 from Dereckson <[email protected]> 2012-08-29 16:14:17 UTC --- If we'd want to be wild and overkill the kludge, I tested with success (ie it doesn't break any interface element anywhere - except in documentation, which wouldn't be covered by our CSS) the following snippet in Greasemoney: GM_addStyle((<><![CDATA[ p { white-space: pre-wrap; } ]]></>).toString()); But... pending upstream resolution, I see there is already one kludge in our CSS: /** * Add word wrapping for commit messages, so horizontal scrolling isn't needed. * --2012-06-09 */ .GJEA35ODLB { white-space: pre-wrap !important; } So my agenda on the matter is: (1) to add right now a .GJEA35ODOC css element, so we can fix it on our install ; (2) submit a patch doing the same upstream (because I've the feeling we aren't the only project to put code in comments there...). -- 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
