mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
e04c9efe4e
Depends on Ib54361bed9653ef5ba55099df4113b78794ffbdf in VE core. Bug: T290176 Change-Id: Iea2712dc1a88f802e8b1a645ee74cc5db964e82a
11 lines
269 B
CSS
11 lines
269 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization WikitextSurface styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 1.5em;
|
|
}
|