/*!
 * VisualEditor MediaWiki UserInterface MWTransclusionContentPage styles.
 *
 * @copyright See AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.ve-ui-mwTransclusionContentPage .oo-ui-textInputWidget {
	display: block;
	width: 100%;

	textarea {
		height: 2.5em;
	}
}
