mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/inspectors/ve.ui.MWGalleryInspector.css
Ed Sanders d10f27e80a Make MWGalleryInspector wider
Galleries usually have very long lines of text so make the
inspector big.

Change-Id: I69f294af9603a271b73ac1d39166fe4b492290f0
2014-05-22 18:52:27 +01:00

15 lines
315 B
CSS

/*!
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwGalleryInpsector .oo-ui-frame {
width: 40em;
}
.ve-ui-mwGalleryInpsector-input {
width: 100%;
}