mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Twenty Twenty: Ensure Latest Posts block set to 2 columns displays accordingly in the Editor.
This brings consistency between block editor and front-end rendering. Props smit08, mukesh27, sabernhardt, multidots1896. Fixes #56175. Built from https://develop.svn.wordpress.org/trunk@54166 git-svn-id: http://core.svn.wordpress.org/trunk@53725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
136dc2b108
commit
ea0711255f
@ -1026,7 +1026,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
border-style: solid;
|
||||
border-width: 2px 0 0;
|
||||
line-height: 1.25;
|
||||
margin: 20px 0 16px 16px;
|
||||
margin: 20px 0 16px 10px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
|
@ -1030,7 +1030,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
border-style: solid;
|
||||
border-width: 2px 0 0;
|
||||
line-height: 1.25;
|
||||
margin: 20px 16px 16px 0;
|
||||
margin: 20px 10px 16px 0;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54165';
|
||||
$wp_version = '6.1-alpha-54166';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user