Ticket #49613: 49613.diff
File 49613.diff, 851 bytes (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentynineteen/style-editor.css
598 598 } 599 599 600 600 .wp-block .wp-block { 601 width: 100%;601 width: initial; 602 602 } 603 603 604 604 /** === Base Typography === */ -
src/wp-content/themes/twentynineteen/style-editor.scss
62 62 63 63 // Only the top level blocks need specific widths, therefore override for every nested block. 64 64 .wp-block { 65 width: 100%;65 width: initial; 66 66 } 67 67 } 68 68