MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tags: Manual revert Reverted |
||
| 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: 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:33, 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 */
}