From: Bartosz DziewoƄski Date: Wed, 11 Oct 2017 15:00:09 +0000 (+0200) Subject: mw.action.edit.styles: Remove max-width on edit summary field's label too X-Git-Tag: 1.31.0-rc.0~1821 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=041ff3579743012fec18161297b5681dc0d2581b;p=lhc%2Fweb%2Fwiklou.git mw.action.edit.styles: Remove max-width on edit summary field's label too Bug: T162849 Change-Id: I37d483dba63b9694d67a9c99eb70ca892d8d8662 --- diff --git a/resources/src/mediawiki.action/mediawiki.action.edit.styles.less b/resources/src/mediawiki.action/mediawiki.action.edit.styles.less index dc6a366df3..1d578e47cc 100644 --- a/resources/src/mediawiki.action/mediawiki.action.edit.styles.less +++ b/resources/src/mediawiki.action/mediawiki.action.edit.styles.less @@ -30,13 +30,17 @@ #wpSummaryWidget { display: block; margin-bottom: 1em; - max-width: none; } #wpSummaryLabel { margin: 0; } + #wpSummaryWidget, + #wpSummaryLabel .oo-ui-fieldLayout-header { + max-width: none; + } + .editCheckboxes .oo-ui-fieldLayout { margin-right: 1em; }