diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css index 9eaf83fcb2..7cac2383bb 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css @@ -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 { diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css index 564da9cd34..f3382c5c23 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css @@ -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 {