https://bugzilla.wikimedia.org/show_bug.cgi?id=26449
--- Comment #13 from Krinkle <[email protected]> 2010-12-29 18:38:20 UTC --- Without overflow:hidden the text of too-long-words continues outside the layout and requires scrolling. Overflow:hidden hides that part. This can be fixed by adding: word-wrap: break-word; which is supported in CSS3 and in IE. See also: http://krijnhoetmer.nl/stuff/css/word-wrap-break-word/ -- 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
