Skip to content

Commit

Permalink
Chore: Simplify a padding style on global styles. (#62291)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
  • Loading branch information
jorgefilipecosta and jorgefilipecosta authored Jun 4, 2024
1 parent cf60329 commit 0abd2c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
color: $gray-800;
font-weight: 600;
line-height: 1.2;
padding: $grid-unit-20;
padding-bottom: 0;
padding: $grid-unit-20 $grid-unit-20 0;
margin: 0;
}

Expand Down

0 comments on commit 0abd2c9

Please sign in to comment.