Skip to content

Commit

Permalink
Use 1em margin as block gap value
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 16, 2023
1 parent 491a15e commit a8173e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/post-author/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export function migrateToRecommendedBlocks( attributes ) {
...restAttributes,
style: cleanEmptyObject( {
...style,
spacing: {
blockGap: '1em',
},
color: {
...style?.color,
// Duotone must be applied to the avatar block.
Expand Down

0 comments on commit a8173e3

Please sign in to comment.