From 4ecba780cd857377ca64d76a4a514db59432aaf7 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 20 Nov 2024 10:41:11 -0700 Subject: [PATCH] Merge pull request #21992 from overleaf/mf-integrate-change-currency-new-checkout-page [web] Integrate change currency to new checkout page GitOrigin-RevId: cbb942062dbf408613f1a6b5f598947ca4a52370 --- .../frontend/stylesheets/bootstrap-5/pages/subscription.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index 9f29043915..fab73221ea 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -277,6 +277,8 @@ } .change-currency { + margin-top: var(--spacing-02); + .dropdown-item:not(:first-child) { margin-top: var(--spacing-02); }