MediaWiki:Common.css: Difference between revisions

From Regenerate Willamette Valley
mNo edit summary
Tags: Manual revert Reverted
m Undo revision 359 by Admin (talk)
Tag: Undo
 
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 */
}

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 */
}