Skip to content

Commit

Permalink
Twenty Sixteen: Fixes pre element having less padding in the editor.
Browse files Browse the repository at this point in the history
The verse block has different padding between editor and frontend. 

Props pranitdugad, sumitsingh, sumitbagthariya16, hitendra-chopda, sabernhardt, huzaifaalmesbah, shuvomohajan, hmbashar.
Fixes #61306.


git-svn-id: https://develop.svn.wordpress.org/trunk@58239 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed May 29, 2024
1 parent 70203a1 commit 79a5ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentysixteen/css/editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pre {
line-height: 1.3125;
margin: 0 0 28px;
overflow: auto;
padding: 14px;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
Expand Down

0 comments on commit 79a5ab1

Please sign in to comment.