Merge pull request #1873 from Automattic/update/#1866-canard

Canard: Fix list view in editor
This commit is contained in:
Allan Cole 2020-05-06 14:14:40 -04:00 committed by GitHub
commit 908ae5f5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,19 +177,6 @@
/* List styles */
.edit-post-visual-editor ul:not(.wp-block-gallery),
.editor-block-list__block ul:not(.wp-block-gallery),
.block-library-list ul,
.edit-post-visual-editor ol,
.editor-block-list__block ol,
.block-library-list ol,
.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul,
.block-library-list .editor-rich-text__tinymce {
margin: 0 0 30px;
padding: 0;
}
.edit-post-visual-editor ul:not(.wp-block-gallery),
.editor-block-list__block ul:not(.wp-block-gallery),
.block-library-list ul,