(No screenshot available)
| Author | David McRitchie |
|---|---|
| Created | Jul 17, 2009 |
| Updated | May 23, 2011 |
| Installs (this week) | 1 |
| Installs (total) | 4,387 |
This is a variant to only process PRE statements on websites but not on local webpages. This is so that someone creating webpages will see them as others might see the page with text running off of the page and take steps to fix the problem.
@-moz-document url-prefix(h)
{PRE {white-space: pre-wrap !important;} }
The original is Wrap lines within PRE tagged text (19595).
Some background:
Bug 261081 – Add support for pre-wrap value of white-space, RESOLVED FIXED
Bug 433065 – remove support for -moz-pre-wrap, RESOLVED FIXED
@-moz-document url-prefix(h)
{PRE {white-space: pre-wrap !important;} }
The original is Wrap lines within PRE tagged text (19595).
Some background:
Bug 261081 – Add support for pre-wrap value of white-space, RESOLVED FIXED
Bug 433065 – remove support for -moz-pre-wrap, RESOLVED FIXED
More Info
Feedback
Discussions
No discussions posted yet. Be the first to ask a question or review this style.