Editor: Update WordPress packages for 6.0 RC 3

Included cherry-picked commits from the Gutenberg plugin that fix bugs discovered after WordPress 6.0 RC 2.

Props zieladam, ndiego.
See #55567.



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


git-svn-id: http://core.svn.wordpress.org/trunk@52992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo
2022-05-17 13:30:31 +00:00
parent 102004b505
commit 58dfeaa86f
16 changed files with 119 additions and 43 deletions

View File

@@ -2101,6 +2101,21 @@ p.has-background {
margin: 0;
}
.wp-block-post-comments {
/* utility classes */
/* end utility classes */
}
.wp-block-post-comments .alignleft {
float: right;
}
.wp-block-post-comments .alignright {
float: left;
}
.wp-block-post-comments .navigation::after {
content: "";
display: table;
clear: both;
}
.wp-block-post-comments .commentlist {
clear: both;
list-style: none;

File diff suppressed because one or more lines are too long

View File

@@ -2127,6 +2127,21 @@ p.has-background {
margin: 0;
}
.wp-block-post-comments {
/* utility classes */
/* end utility classes */
}
.wp-block-post-comments .alignleft {
float: left;
}
.wp-block-post-comments .alignright {
float: right;
}
.wp-block-post-comments .navigation::after {
content: "";
display: table;
clear: both;
}
.wp-block-post-comments .commentlist {
clear: both;
list-style: none;

File diff suppressed because one or more lines are too long