Remove group and separator to get rid of the extra space (https://github.com/woocommerce/woocommerce-blocks/pull/11477)
This commit is contained in:
parent
c3d6fbeb04
commit
91358647dd
|
@ -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"}} -->
|
|
||||||
<div class="wp-block-group">
|
|
||||||
<!-- wp:navigation {"overlayMenu":"always","layout":{"type":"flex","justifyContent":"left"}} /-->
|
<!-- 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>
|
||||||
|
|
Loading…
Reference in New Issue