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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/PreformattedLongLines (last edited 2007-10-29 19:14:12 by localhost)