Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 53: Line 53:
/* text in <pre> does not wrap on Reading mode in Edge browser, and assume in others and extends past right margin*/
/* text in <pre> does not wrap on Reading mode in Edge browser, and assume in others and extends past right margin*/


.pre {
pre {
     max-width: 80%;
     max-width: 80%;
}
}