Make WordPress Core

Ticket #63276: 63276.diff

File 63276.diff, 643 bytes (added by riccardodicurti, 12 months ago)
  • src/wp-content/themes/twentyfourteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
    index 97ca4fae6f..2478f19d0b 100644
    a b Description: Used to style blocks in the editor. 
    7575/* Main column width */
    7676
    7777.wp-block {
    78         max-width: 504px; /* 474px + 30px to account for padding */
     78        max-width: 474px;
     79}
     80
     81.wp-block:where(.editor-post-title__block, .editor-block-list__block, .editor-default-block-appender) {
     82        max-width: 504px;
    7983}
    8084
    8185/* Link styles */