From f4eb4e51f16b208e8ecf723808b696c3e250a4f4 Mon Sep 17 00:00:00 2001 From: Melissa 't Hart Date: Wed, 31 May 2023 13:51:37 +0200 Subject: [PATCH] fix(payment): fix change subscription button overlap --- src/components/Payment/Payment.module.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Payment/Payment.module.scss b/src/components/Payment/Payment.module.scss index 282e173fc..a2dfbbe85 100644 --- a/src/components/Payment/Payment.module.scss +++ b/src/components/Payment/Payment.module.scss @@ -58,7 +58,9 @@ } .upgradeSubscription { + margin-right: 8px; + @include responsive.mobile-only() { - margin-bottom: 8px; + margin: 0 0 8px; } }