Skip to content

Commit

Permalink
Block Library: Fix Post Title warnings for RichText in inline contain…
Browse files Browse the repository at this point in the history
…ers (#30666)

* Fix Post Title warnings for RichText in inline containers

* Update packages/block-library/src/post-title/style.scss
  • Loading branch information
ntsekouras authored Apr 13, 2021
1 parent e410a58 commit 8eaf922
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
}
}
}
}
},
"style": "wp-block-post-title"
}
3 changes: 3 additions & 0 deletions packages/block-library/src/post-title/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wp-block-post-title a {
display: inline-block;
}
1 change: 1 addition & 0 deletions packages/block-library/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@import "./post-author/style.scss";
@import "./post-comments-form/style.scss";
@import "./post-excerpt/style.scss";
@import "./post-title/style.scss";
@import "./preformatted/style.scss";
@import "./pullquote/style.scss";
@import "./query-loop/style.scss";
Expand Down

1 comment on commit 8eaf922

@StefanXhunga
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your assistance!

Please sign in to comment.