Skip to content

Commit

Permalink
Add class name to post author on edit post sidebar (#36269)
Browse files Browse the repository at this point in the history
Add a class name to the post author element of the edit post sidebar so it can be targetted with CSS.
  • Loading branch information
lschuyler committed Dec 24, 2021
1 parent 1b571a9 commit 3e1d623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
export function PostAuthor() {
return (
<PostAuthorCheck>
<PanelRow>
<PanelRow className="edit-post-post-author">
<PostAuthorForm />
</PanelRow>
</PostAuthorCheck>
Expand Down

0 comments on commit 3e1d623

Please sign in to comment.