Make WordPress Core

Ticket #44109: 44109.patch

File 44109.patch, 535 bytes (added by macbookandrew, 7 years ago)

Patch to fix the issue

  • src/wp-content/themes/twentyseventeen/assets/css/editor-style.css

     
    236236        counter-reset: item;
    237237}
    238238
    239 ol li {
     239ol > li {
    240240        display: block;
    241241        position: relative;
    242242}
    243243
    244 ol li:before {
     244ol > li:before {
    245245        content: counter(item);
    246246        counter-increment: item;
    247247        font-weight: 800;