mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 22:16:15 +00:00
9ee1b51fbe
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwAlienExtensionInspector-attributes {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.ve-ui-mwAlienExtensionInspector-attributes .oo-ui-textInputWidget {
|
|
width: 100%;
|
|
}
|