From 7799fca764c0bd96aac3e52c43da9a6102a1784b Mon Sep 17 00:00:00 2001 From: Brett Shumaker <brettshumaker@gmail.com> Date: Wed, 20 Nov 2024 17:01:59 -0500 Subject: [PATCH] Vertically align the bnpl logos on legacy checkout payment method list. --- client/checkout/classic/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/checkout/classic/style.scss b/client/checkout/classic/style.scss index 36a3d29bd94..297f8ed756b 100644 --- a/client/checkout/classic/style.scss +++ b/client/checkout/classic/style.scss @@ -127,6 +127,8 @@ justify-self: end; margin: 3px 0; // ensuring the images don't appear squished when all the payment methods are rendered next to each others, like in Elementor. align-self: center; + grid-column: 2; // Be explicit that the image should be in the second column of the grid container. + grid-row: 1 / span 2; // Makes the image span two rows of the grid container. } .stripe-pmme-container {