mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
d679469840
Change-Id: Iea4d20abb8aa9d656639c8e128df0e963291cace
12 lines
351 B
CSS
12 lines
351 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;
|
|
}
|