mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 18:06:16 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
15 lines
278 B
Plaintext
15 lines
278 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;
|
|
|
|
.oo-ui-textInputWidget {
|
|
width: 100%;
|
|
}
|
|
}
|