From b2b9e4c18fb1d8a78197f0595f8cd9d7b72513b8 Mon Sep 17 00:00:00 2001 From: Kristina <7614497+khjrtbrg@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:56:54 +0200 Subject: [PATCH] Merge pull request #28324 from overleaf/kh-add-stripe-custom-checkout-page [web] add Stripe custom checkout page GitOrigin-RevId: ff614f3de828f0061e5c7839f3c017103d58b79a --- services/web/frontend/stylesheets/pages/subscription.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/pages/subscription.scss b/services/web/frontend/stylesheets/pages/subscription.scss index 20122f6d59..1a5f5680a6 100644 --- a/services/web/frontend/stylesheets/pages/subscription.scss +++ b/services/web/frontend/stylesheets/pages/subscription.scss @@ -159,6 +159,10 @@ align-items: center; } + .notification { + align-self: flex-start; + } + .payment-review-panel { width: 339px; height: 100%;