Skip to content

Commit

Permalink
fix padding on paragraph in group block (#73201)
Browse files Browse the repository at this point in the history
  • Loading branch information
roo2 authored Feb 13, 2023
1 parent 7e247c5 commit 4dc43c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/blocks/reader-full-post/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
.has-text-align-right {
text-align: right;
}
.wp-block-group p:last-child {
margin-bottom: 24px;
}
}

.reader-full-post__story-content img {
Expand Down

0 comments on commit 4dc43c3

Please sign in to comment.