Make WordPress Core

Ticket #54169: 54169.patch

File 54169.patch, 553 bytes (added by smit08, 4 years ago)

Overridden the full with stylings with the custom stylings in style-editor.css

  • style-editor.css

     
    15681568    width: calc(125% + 120px);
    15691569  }
    15701570}
    1571 
    1572 .wp-block-post-template .wp-block[data-align="full"],
    1573 .wp-block-post-template .wp-block.alignfull {
     1571.wp-block[data-align="full"]{
     1572  width: 100%;
     1573  max-width: 100%;
     1574  position: relative;
    15741575  left: 0;
    1575   max-width: 100%;
    1576   padding-left: 0;
    1577   padding-right: 0;
    1578   width: 100%;
    1579 }
     1576}
     1577 No newline at end of file