Katsumi Yamaoka <yamaoka@xxxxxxx> writes: > > ... like Firefox does. Oh, that would be css "pre-wrap" would it? Looks like bugzilla buries it in an external css file. w3m doesn't normally see those does it (a good thing :-). .bz_comment_text {width: inherit; white-space: pre-wrap} Could look for class bz_comment_text instead of all pre at bugzilla.gnome.org if desired.