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:
15
wp-includes/css/dist/block-library/style-rtl.css
vendored
15
wp-includes/css/dist/block-library/style-rtl.css
vendored
@@ -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
15
wp-includes/css/dist/block-library/style.css
vendored
15
wp-includes/css/dist/block-library/style.css
vendored
@@ -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
Reference in New Issue
Block a user