Merge pull request #718 from Aurorum/fix/radcliffe-2-blocks-warning

Radcliffe 2: Fix Error Warning with Blocks CSS File
This commit is contained in:
Caroline Moore 2021-05-11 13:03:49 -04:00 committed by GitHub
commit 7548e0a710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,8 +225,6 @@ ul.wp-block-gallery li {
/* Audio */
.wp-block-audio {}
.wp-block-audio audio {
display: block;
min-width: 270px;
@ -491,12 +489,6 @@ ul.wp-block-gallery li {
/* Latest Comments */
.wp-block-latest-comments.not(.alignwide),
.wp-block-latest-comments.not(.alignfull) {
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-date {
font-size: inherit;