Ticket #54169: 54169.patch
File 54169.patch, 553 bytes (added by , 4 years ago) |
---|
-
style-editor.css
1568 1568 width: calc(125% + 120px); 1569 1569 } 1570 1570 } 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; 1574 1575 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