Skip to content

Commit

Permalink
Latest Comments Block: Remove list padding and margin (#29402)
Browse files Browse the repository at this point in the history
* Latest Comments Block: Remove list padding
  • Loading branch information
carolinan committed Mar 26, 2021
1 parent 0053d4a commit f1d9a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/latest-comments/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ol.wp-block-latest-comments {
padding-left: 0;
}

.wp-block-latest-comments__comment {
line-height: 1.1;
list-style: none;
Expand Down

0 comments on commit f1d9a0b

Please sign in to comment.