Twenty Twenty: Fix an RTL style issue leading to failed Test Default Themes & Create ZIPs workflow.
Follow-up to [56034]. Props sabernhardt, davidbaumwald. Fixes #58396. Built from https://develop.svn.wordpress.org/trunk@56039 git-svn-id: http://core.svn.wordpress.org/trunk@55551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33f71c4662
commit
abcb0a0f35
|
@ -2926,8 +2926,8 @@ h2.entry-title {
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.wp-block-latest-comments {
|
ol.wp-block-latest-comments {
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content .wp-block-archives > li,
|
.entry-content .wp-block-archives > li,
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-alpha-56038';
|
$wp_version = '6.3-alpha-56039';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue