Merge pull request #1870 from Automattic/update/#1866-affinity

Affinity: Fix list view in editor
This commit is contained in:
Allan Cole 2020-05-06 13:50:17 -04:00 committed by GitHub
commit f89cdf0591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,16 +176,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 {
margin: 0 0 1.6em 3.2em;
padding-left: 0;
}
.edit-post-visual-editor ul:not(.wp-block-gallery),
.editor-block-list__block ul:not(.wp-block-gallery),
.block-library-list ul {