Make WordPress Core

Ticket #56174: 56174.patch

File 56174.patch, 714 bytes (added by multidots1896, 3 years ago)

added patch

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

     
    12721272
    12731273        /* BLOCK: BUTTON */
    12741274
     1275        html :where(.wp-block-buttons .wp-block)[data-align=left],
     1276        html :where(.wp-block-buttons .wp-block)[data-align=right] {
     1277                height: auto;
     1278        }
     1279
    12751280        .editor-styles-wrapper .wp-block-button__link,
    12761281        .editor-styles-wrapper .wp-block-file__button {
    12771282                font-size: 17px;
    12781283        }
    1279 
     1284   
    12801285        /* BLOCK: CODE */
    12811286
    12821287        .editor-styles-wrapper .wp-block-preformatted pre,