<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * MediaWiki Widgets â€“ CopyTextLayout styles.
 *
 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.mw-widget-copyTextLayout &gt; .oo-ui-fieldLayout-body &gt; .oo-ui-fieldLayout-field {
	/* TODO: This should be upstreamed to OOUI */
	max-width: 50em;
}

.mw-widget-copyTextLayout-multiline-button {
	display: block;
	max-width: 50em;
	margin-top: 0.5em;
	/* Float to right of inline help */
	float: right;
}
</pre></body></html>