mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 16:44:51 +00:00
e68dd9c7c1
Change-Id: I348ce317b46f040bc8a2d70e4392ce0dfe24611c
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: 41em;
|
|
}
|