Twenty Sixteen: Fixes pre element having less padding in the editor.

The verse block has different padding between editor and frontend. 

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

Built from https://develop.svn.wordpress.org/trunk@58239


git-svn-id: http://core.svn.wordpress.org/trunk@57702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-05-29 21:07:10 +00:00
parent e5e0debea4
commit 4affa3ca71
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58238';
$wp_version = '6.6-alpha-58239';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.