mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 11:23:03 +00:00
0a7a845a42
Change-Id: I0b299c840ede1a1b8552cecfc70c5760ab036181
16 lines
384 B
CSS
16 lines
384 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWTransclusionContentPage styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwTransclusionContentPage .oo-ui-textInputWidget {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.ve-ui-mwTransclusionContentPage .oo-ui-textInputWidget textarea {
|
|
height: 2.5em;
|
|
}
|