Make WordPress Core

Ticket #61126: 61126.patch

File 61126.patch, 455 bytes (added by pitamdey, 2 years ago)

After applying this solution the issue is resolved

  • wp-content/themes/twentynineteen/style-editor.scss

     
    10201020                width: 100%;
    10211021        }
    10221022}
     1023
     1024.wp-block-read-more {
     1025        display:block;
     1026        width:-moz-fit-content !important;
     1027        width:fit-content !important;
     1028}
     1029 No newline at end of file