CopyTextLayout: Support multiline text
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.CopyTextLayout.css
index b336fa2..f09128a 100644 (file)
@@ -9,3 +9,11 @@
        /* 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;
+}