Make WordPress Core

Ticket #56153: 56153.patch

File 56153.patch, 616 bytes (added by smit08, 2 years ago)

Added patch file and solved the feature image full width issue.

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

     
    11021102
    11031103.editor-styles-wrapper ul.wp-block-post-template {
    11041104        padding-left: 0;
     1105        max-width: 100%;
    11051106}
    11061107
     1108.wp-block-query ul.wp-block-post-template .wp-block-post-featured-image{
     1109        max-width: 100%;
     1110}
    11071111
     1112
    11081113/*      X.      Media Queries
    11091114/* ------------------------------------------- */
    11101115