mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 03:18:48 +00:00
fa34e91da8
Height differs to core due to extra commands. Change-Id: I8162ff4db86ceeac0ca92d165b185a418f9e4fc7
13 lines
261 B
CSS
13 lines
261 B
CSS
/*!
|
|
* VisualEditor UserInterface MediaWiki CommandHelpDialog styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see http://ve.mit-license.org
|
|
*/
|
|
|
|
.ve-ui-commandHelpDialog-container {
|
|
/*
|
|
* See ve.ui.CommandHelpDialog.css
|
|
*/
|
|
height: 38em;
|
|
}
|