Skip to content

Commit

Permalink
Some css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Oct 22, 2024
1 parent bfe764a commit b447807
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/latest-comments/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.wp-block-latest-comments {
// This block has customizable border, border-box makes that more predictable.
box-sizing: border-box;
}

// Lower specificity - target list element.
ol.wp-block-latest-comments {
// Removes left spacing in Customizer Widgets screen.
Expand Down Expand Up @@ -34,7 +39,6 @@ ol.wp-block-latest-comments {
// The following styles are to prevent duplicate border for the latest comments.
border: none;
border-radius: inherit;
box-sizing: border-box;
}

.wp-block-latest-comments__comment {
Expand Down

0 comments on commit b447807

Please sign in to comment.