Skip to content

Commit

Permalink
Post Comments Form: Fix layout quirks (#40359)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ong <[email protected]>
  • Loading branch information
ockham and jffng committed Apr 19, 2022
1 parent 49bf72b commit cd815b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/block-library/src/post-comments-form/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,15 @@
margin-top: 0.35em;
}
}

.comment-reply-title {
align-items: baseline;
display: flex;
justify-content: space-between;
margin-bottom: 0;

:where(small) {
font-size: var(--wp--preset--font-size--medium, smaller);
}
}
}

0 comments on commit cd815b1

Please sign in to comment.