We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574ffb commit 402c03eCopy full SHA for 402c03e
src/block/posts/style.js
@@ -288,7 +288,7 @@ Image.addStyles( blockStyles, {
288
289
if ( [ 'horizontal', 'horizontal-2' ].includes( blockStyle?.name ) ) {
290
// If the image has a link and the width unit is %, return false
291
- // because the we have set a custom selector for the image width that uses the % unit.
+ // because we have set a custom selector for the image width that uses the % unit.
292
if ( imageHasLink && ( getAttribute( 'imageWidthUnit' ) === '%' ||
293
getAttribute( 'imageWidthUnitTablet' ) === '%' ) ) {
294
return false
0 commit comments