Remove group and separator to get rid of the extra space (https://github.com/woocommerce/woocommerce-blocks/pull/11477)

This commit is contained in:
Alba Rincón 2023-10-27 17:27:10 +02:00 committed by GitHub
parent c3d6fbeb04
commit 91358647dd
1 changed files with 1 additions and 8 deletions

View File

@ -19,14 +19,7 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:woocommerce/mini-cart {"hasHiddenPrice":true} /--> <!-- wp:woocommerce/mini-cart {"hasHiddenPrice":true} /-->
<!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> <!-- wp:navigation {"overlayMenu":"always","layout":{"type":"flex","justifyContent":"left"}} /-->
<div class="wp-block-group">
<!-- wp:navigation {"overlayMenu":"always","layout":{"type":"flex","justifyContent":"left"}} /-->
<!-- wp:separator {"className":"is-style-wide"} -->
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
<!-- /wp:separator -->
</div>
<!-- /wp:group -->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>