Ticket #50454: 50454.patch
| File 50454.patch, 1.0 KB (added by , 5 years ago) |
|---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
282 282 body#tinymce.wp-editor.content ol { 283 283 margin-right: 1.5em; 284 284 padding-right: 0; 285 list-style: square;285 list-style: decimal; 286 286 } 287 287 288 288 body#tinymce.wp-editor.content ul ul { -
src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
282 282 body#tinymce.wp-editor.content ol { 283 283 margin-left: 1.5em; 284 284 padding-left: 0; 285 list-style: square;285 list-style: decimal; 286 286 } 287 287 288 288 body#tinymce.wp-editor.content ul ul {