From: Bartosz DziewoƄski Date: Mon, 28 May 2018 18:53:30 +0000 (+0200) Subject: mediawiki.action.edit.styles: Fix alignment of "Cancel" link/button X-Git-Tag: 1.34.0-rc.0~5272^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Bar?a=commitdiff_plain;h=93470216df3ef2f139610f5df06ee16f8205024b;p=lhc%2Fweb%2Fwiklou.git mediawiki.action.edit.styles: Fix alignment of "Cancel" link/button Follow-up to f6afdf96d93713981b6bbe4ceeb8363cfc491803, which accidentally caused it to have the margin applied twice. Bug: T195673 Change-Id: I7c0ad98e77bf9156c623dcc5b592de52f8e87df8 --- diff --git a/resources/src/mediawiki.action/mediawiki.action.edit.styles.less b/resources/src/mediawiki.action/mediawiki.action.edit.styles.less index db81ff27c2..1367426645 100644 --- a/resources/src/mediawiki.action/mediawiki.action.edit.styles.less +++ b/resources/src/mediawiki.action/mediawiki.action.edit.styles.less @@ -60,7 +60,6 @@ // Use buttonElement to include ButtonInputWidget and ButtonWidget .editButtons .oo-ui-buttonElement, - .cancelLink, .editHelp { margin-top: 0.5em; }