Skip to content

Commit

Permalink
Revert: Show empty paragraphs on fronted. (#29809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Mar 13, 2021
1 parent e44a640 commit 5568c06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/paragraph/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ p.has-background {
p.has-text-color a {
color: inherit;
}

// Prevent an empty P tag from collapsing, so it matches the backend.
p:empty::before {
content: "\200B";
}

0 comments on commit 5568c06

Please sign in to comment.