mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 22:13:40 +00:00
963859f8c9
Change-Id: I424e7bb7ac64297b55a47db058605f528084c35e
12 lines
324 B
CSS
12 lines
324 B
CSS
/*!
|
|
* VisualEditor ContentEditable MWSyntaxHighlightNode styles.
|
|
*
|
|
* @copyright VisualEditor Team and others
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwSyntaxHighlightNode pre {
|
|
/* Prevent silly wrapping on Safari and Chrome (https://bugs.webkit.org/show_bug.cgi?id=35935) */
|
|
word-wrap: normal;
|
|
}
|