https://bugzilla.wikimedia.org/show_bug.cgi?id=16773
--- Comment #7 from Aryeh Gregor <[email protected]> 2008-12-24 23:35:28 UTC --- Ah, so the width is there to set a minimum, not a maximum. You could do min-width: 500px if you didn't mind small IE6 screens. Or just set width: 600px, although that will do more screen-stretching. Setting white-space: nowrap; might be the best solution: it looks a little funny, but only for the people where it currently looks terrible, so it's at least a [[Pareto improvement]], which is more than can be said for anything else I can think of. -- 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
