From 89eda7bcd34c35fc9100737a31c7e6cf831edac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Chevalier?= Date: Thu, 16 Nov 2017 19:50:10 +0000 Subject: [PATCH] Button margin for RTL locales, fixes #1904 --- less/components/payment-buttons.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/components/payment-buttons.less b/less/components/payment-buttons.less index 8b27c1b5..9eb2c5c1 100644 --- a/less/components/payment-buttons.less +++ b/less/components/payment-buttons.less @@ -79,6 +79,11 @@ input.payment-type:checked + label { } } +html[dir="rtl"] .donate-buttons > *:not(:last-child) { + margin-right: 0; + margin-left: 10px; +} + .paypal-button, .cc-button { .submitting-container {