From 88ff0fe72087a32dffc9020a9cbc84346d9b5f0b Mon Sep 17 00:00:00 2001 From: Kristian Benee Date: Fri, 19 Apr 2024 12:18:21 +0200 Subject: [PATCH] Added max-height to paypal button, to avoid jumping of logo --- stylesheets/paymentwindow.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stylesheets/paymentwindow.css b/stylesheets/paymentwindow.css index 4b45655..c36dbff 100644 --- a/stylesheets/paymentwindow.css +++ b/stylesheets/paymentwindow.css @@ -511,3 +511,12 @@ h4 img.icon { width: 100%; height: 42px; } + +/* + * PayPal Payments + * + */ + +.paypal-buttons { + max-height: 55px; +}