Twenty Twenty: Make ordered list styling in classic editor match the front-end style.

Props sabernhardt, sebastienserre, hareesh-pillai.
Fixes #50454.

git-svn-id: https://develop.svn.wordpress.org/trunk@50275 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-02-09 17:53:00 +00:00
parent 5f2d089fb3
commit 93db55f9be
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
body#tinymce.wp-editor.content ol {
margin-right: 1.5em;
padding-right: 0;
list-style: square;
list-style: decimal;
}
body#tinymce.wp-editor.content ul ul {

View File

@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
body#tinymce.wp-editor.content ol {
margin-left: 1.5em;
padding-left: 0;
list-style: square;
list-style: decimal;
}
body#tinymce.wp-editor.content ul ul {