Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #648 from alaminfirdows/fix-644
Browse files Browse the repository at this point in the history
fix: layout breaks when there are many categories in default single post.

Co-authored-by: alaminfirdows <[email protected]>
Co-authored-by: beafialho <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: carolinan <[email protected]>
  • Loading branch information
5 people authored Oct 28, 2024
2 parents a1adb16 + ccac964 commit d6abbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/hidden-written-by.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

?>
<!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"nowrap"}} -->
<!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"wrap"}} -->
<div class="wp-block-group has-accent-4-color has-text-color has-link-color has-small-font-size" style="margin-bottom:var(--wp--preset--spacing--60)">
<!-- wp:paragraph -->
<p><?php esc_html_e( 'Written by ', 'twentytwentyfive' ); ?></p>
Expand Down

0 comments on commit d6abbce

Please sign in to comment.