MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: body, .mw-parser-output { white-space: pre-wrap; }" |
Tag: Undo |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-parser-output { | |||
white-space: pre-wrap; | white-space: normal; /* Default for standard paragraphs */ | ||
} | |||
.mw-parser-output pre, .mw-parser-output code { | |||
white-space: pre-wrap; /* Preserve whitespace only for preformatted or code blocks */ | |||
} | } |
Latest revision as of 19:03, 19 January 2025
/* CSS placed here will be applied to all skins */ .mw-parser-output { white-space: normal; /* Default for standard paragraphs */ } .mw-parser-output pre, .mw-parser-output code { white-space: pre-wrap; /* Preserve whitespace only for preformatted or code blocks */ }