Description
Preformatted with long lines break the interface, specially with rightsidebar theme. Diffs, specially old style, are the main problem.
Preformatted with long lines break the interface, specially with rightsidebar theme, preformatted with long lines break the interface, specially with rightsidebar theme.
Fix
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
Discussion
The Fix fixes it for mozilla (and related browsers like firefox), Opera and IE. And every browser supporting CSS3 in the future.
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in arch.thinkmo.de--2003-archives/moin--main--1.3--patch-261