From 2b85008ae580b0c72c6fc45a506bf8904721c0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Fri, 3 Jun 2022 17:37:30 +0200 Subject: [PATCH] Fix broken design of Single Product template in block themes when product had no reviews or additional info (#33308) Fix broken design of Single Product template in block themes when product had no reviews or additional info --- .../fix-33304-single-product-no-reviews-block-themes | 4 ++++ plugins/woocommerce/legacy/css/twenty-twenty-two.scss | 1 + 2 files changed, 5 insertions(+) create mode 100644 plugins/woocommerce/changelog/fix-33304-single-product-no-reviews-block-themes diff --git a/plugins/woocommerce/changelog/fix-33304-single-product-no-reviews-block-themes b/plugins/woocommerce/changelog/fix-33304-single-product-no-reviews-block-themes new file mode 100644 index 00000000000..ad75bdee574 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-33304-single-product-no-reviews-block-themes @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix broken design of Single Product template in block themes when product had no reviews or additional info diff --git a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss index 5d67d52ee38..ae5b2594cef 100644 --- a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss +++ b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss @@ -253,6 +253,7 @@ $tt2-gray: #f7f7f7; div.product { position: relative; + overflow: auto; > span.onsale { position: absolute;