From a10953889858e45f65524340d4d9526ab4523ed8 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 15 Oct 2021 13:36:18 +0200 Subject: [PATCH] Fixed discount label wrapping bug --- ghost/portal/src/components/common/ProductsSection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 2c3b68dbaa..d55724e14e 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -77,6 +77,7 @@ export const ProductsSectionStyles = ({site}) => { text-transform: uppercase; padding: 0px 4px; text-align: center; + white-space: nowrap; } .gh-portal-discount-label:before {