mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-04 18:59:10 +00:00
359c060eb7
Per new naming convention. Change-Id: I0db6f70c2d7671eb9c25a6ff7eecf46eafb696d2
12 lines
352 B
CSS
12 lines
352 B
CSS
/*!
|
|
* VisualEditor ContentEditable MWSyntaxHighlightNode styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @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;
|
|
}
|