Skip to content

Commit

Permalink
Add styles to the correct selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Sep 28, 2022
1 parent 8eb524d commit 484a0bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/block-library/src/post-terms/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.wp-block-post-terms__separator {
white-space: pre-wrap;
.wp-block-post-terms {
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;

.wp-block-post-terms__separator {
white-space: pre-wrap;
}
}

0 comments on commit 484a0bf

Please sign in to comment.