From 9c05aeea52c3a028c232a57b177a2f0284c5b44e Mon Sep 17 00:00:00 2001 From: Martin Filipovic Hinrichs Date: Sat, 6 Jun 2026 12:11:10 +0200 Subject: [PATCH] fix buy button line height --- src/Resources/app/storefront/src/scss/_product-box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Resources/app/storefront/src/scss/_product-box.scss b/src/Resources/app/storefront/src/scss/_product-box.scss index e4bddc2..00320af 100644 --- a/src/Resources/app/storefront/src/scss/_product-box.scss +++ b/src/Resources/app/storefront/src/scss/_product-box.scss @@ -134,6 +134,7 @@ border-color: $sw-color-brand-secondary; color: $sw-color-brand-secondary; background: transparent; + line-height: 38px; } &:hover {