Skip to content

Commit

Permalink
Tinker with padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 12, 2021
1 parent 8a0e0d7 commit 9a5eaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
.wp-block-navigation-link__placeholder-text {
font-family: $default-font;
font-size: $default-font-size;
padding-left: 4px;
padding-right: 4px;
padding-left: 6px;
padding-right: 6px;

}

Expand Down

0 comments on commit 9a5eaef

Please sign in to comment.