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; }" |
mNo edit summary |
||
| 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 */ | |||
} | } | ||
Revision as of 17:32, 16 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 */
}