Skip to content

Commit

Permalink
Verse: Fix line-wrap rendering on front-end of site (#28109)
Browse files Browse the repository at this point in the history
* Verse: Fix line-wrap rendering on front-end of site

* Adjust white-space to use pre-wrap
  • Loading branch information
Q authored Jan 11, 2021
1 parent 33a1007 commit 98359ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/verse/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre.wp-block-verse {
font-family: inherit;
overflow: auto;
white-space: nowrap;
white-space: pre-wrap;
}

0 comments on commit 98359ae

Please sign in to comment.