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

Commit

Permalink
fix: layout breaks when there are many categories in default single p…
Browse files Browse the repository at this point in the history
…ost template
  • Loading branch information
alaminfirdows committed Oct 28, 2024
1 parent a1adb16 commit ccac964
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 ccac964

Please sign in to comment.