From 3d3df3356cc5c2b28d3e66121f9dbf87e3f5f270 Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Fri, 29 Aug 2025 10:00:01 -0400 Subject: [PATCH] CASH-1403: Parity - increase height for error messages --- src/layouts/payment/payment.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index a95cef929..c5d3a4735 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -921,7 +921,10 @@ export default { border: 0 none; @include media-breakpoint-down(lg) { - min-height: 1688px; + min-height: 1750px; + } + @include media-breakpoint-down(md) { + min-height: 1890px; } } #pageLoadingModal {