Skip to content

Commit be62f41

Browse files
committed
Templates: Fix wrapping on archive template header
1 parent 7e2e320 commit be62f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/wporg-5ftf-2024/patterns/archive-5ftf-pledge.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
?>
1313

14-
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
14+
<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
1515
<div class="wp-block-group alignwide">
1616
<!-- wp:heading {"level":1,"style":{"spacing":{"margin":{"top":"0","bottom":"0"}}}} -->
1717
<h1 class="wp-block-heading" style="margin-top:0;margin-bottom:0"><?php echo esc_html( $page_title ); ?></h1>
@@ -32,7 +32,7 @@
3232
<!-- wp:query {"queryId":15,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide"} -->
3333
<main class="wp-block-query alignwide">
3434

35-
<!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
35+
<!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
3636
<div class="wp-block-group alignwide" style="margin-bottom:var(--wp--preset--spacing--40)">
3737
<!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} -->
3838
<div class="wp-block-group">

0 commit comments

Comments
 (0)