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:
audrasjb 2023-06-26 17:01:47 +00:00
parent 33f71c4662
commit abcb0a0f35
2 changed files with 2 additions and 2 deletions

View File

@ -2926,8 +2926,8 @@ h2.entry-title {
}
ol.wp-block-latest-comments {
margin-left: auto;
margin-right: auto;
margin-left: auto;
}
.entry-content .wp-block-archives > li,

View File

@ -16,7 +16,7 @@
*
* @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.