Ticket #56138: #56138.patch
File #56138.patch, 929 bytes (added by , 2 years ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.css
596 596 body .wp-block[data-align="right"], 597 597 body .wp-block.alignright { 598 598 margin-left: 1rem; 599 width: inherit;599 width: 100% !important; 600 600 } 601 601 602 602 body .wp-block[data-align="center"], -
wp-content/themes/twentynineteen/style-editor.scss
26 26 .wp-block[data-align="right"], 27 27 .wp-block.alignright { 28 28 margin-left: $size__spacing-unit; 29 width: inherit;29 width: 100% !important; 30 30 } 31 31 32 32 .wp-block[data-align="center"],