mediawiki.action.edit.styles: Fix alignment of "Cancel" link/button
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 28 May 2018 18:53:30 +0000 (20:53 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 28 May 2018 18:53:30 +0000 (20:53 +0200)
Follow-up to f6afdf96d93713981b6bbe4ceeb8363cfc491803, which
accidentally caused it to have the margin applied twice.

Bug: T195673
Change-Id: I7c0ad98e77bf9156c623dcc5b592de52f8e87df8

resources/src/mediawiki.action/mediawiki.action.edit.styles.less

index db81ff2..1367426 100644 (file)
@@ -60,7 +60,6 @@
 
        // Use buttonElement to include ButtonInputWidget and ButtonWidget
        .editButtons .oo-ui-buttonElement,
-       .cancelLink,
        .editHelp {
                margin-top: 0.5em;
        }