summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/modules/ve-syntaxhighlight/ve.ce.MWSyntaxHighlightNode.css
blob: 2c5bb4a898bcd09063db6814f5e924b19fca6ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
/*!
 * 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;
}