From 10a27d62158e3770467e29b49512063d130ac1cf Mon Sep 17 00:00:00 2001 From: Thomas Roberts Date: Wed, 5 Jul 2023 11:39:27 +0100 Subject: [PATCH] Add notes for #10092 --- docs/internal-developers/testing/releases/1060.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/internal-developers/testing/releases/1060.md b/docs/internal-developers/testing/releases/1060.md index 0078d3e09b3..f839ec80d7c 100644 --- a/docs/internal-developers/testing/releases/1060.md +++ b/docs/internal-developers/testing/releases/1060.md @@ -315,3 +315,12 @@ Before | After Before | After --- | --- ![imatge](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/d212291d-6aaf-4642-847d-62a336cbc922) | ![imatge](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/509f25b6-788a-46b2-95e2-2dc74b92d59b) + + +### Fix `Product Image` inconsistent style between Editor and front end [#10092](https://github.com/woocommerce/woocommerce-blocks/pull/10092) + +1. Create a new page or post. +2. Insert a Single Product block. +3. Select the Product Image block and set the width to a value wider than its column. +4. Notice the image is shown under the right column blocks in the Editor. +5. Save and go to the front end and notice the image is shown also under the right column blocks.