mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 19:09:29 +00:00
7f5acf6abe
Change-Id: Ia10987fb35549e721fa0242164f99a872512e569
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-mwGalleryInspector .oo-ui-frame {
|
|
width: 40em;
|
|
}
|
|
|
|
.ve-ui-mwGalleryInspector-input {
|
|
width: 100%;
|
|
}
|