Skip to content

Commit

Permalink
Setting the default to zero, as it was
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Oct 1, 2021
1 parent 5e5a063 commit 8655546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
.wp-block-navigation:where(.has-background) {
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container {
row-gap: calc(var(--wp--style--block-gap, 0.5em) / 4);
row-gap: calc(var(--wp--style--block-gap, 0) / 4);
column-gap: var(--wp--style--block-gap, 0.5em);
}
}
Expand Down

0 comments on commit 8655546

Please sign in to comment.