Skip to content

Commit

Permalink
border-box added
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeer-ben committed Nov 12, 2024
1 parent cceb53e commit 44ff296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/page-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
background-color: inherit;
}
}
.wp-block-page-list {
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;
}

0 comments on commit 44ff296

Please sign in to comment.