mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 16:44:51 +00:00
d10f27e80a
Galleries usually have very long lines of text so make the inspector big. Change-Id: I69f294af9603a271b73ac1d39166fe4b492290f0
15 lines
315 B
CSS
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%;
|
|
}
|