mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
09c0611484
Because everything was broken. Follows-up I6374854eaa1 which split up mwcore into smaller parts but left MWDialogTool still as one file part of mwcore. Since the various ve.dm classes are now part of the other modules that depend on mwcore, the MWDialogTool classes were pointing at classes that don't exist yet (e.g. ".modelClasses = [ ve.dm.MWBlockImageNode ];"). Change-Id: Ic05b173d730a8a0f6539fdcd818aaf674d2a4019
11 lines
252 B
CSS
11 lines
252 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface Inspector styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwExtensionInspector-input textarea {
|
|
height: 8em;
|
|
}
|