Make WordPress Core

Ticket #56144: 56144.patch

File 56144.patch, 548 bytes (added by devtanbir, 3 years ago)

Added patch

  • src/wp-content/themes/twentynineteen/style-editor.css

    diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css
    index f4e49185fa..d6fcef6769 100644
    a b body .wp-block.aligncenter { 
    654654}
    655655
    656656.wp-block .wp-block {
    657   width: initial;
     657  width: 100%;
     658  height: auto;
     659}
     660.wp-block-buttons [data-align="left"],
     661.wp-block-buttons [data-align="right"] {
     662  height: auto;
    658663}
    659664
    660665/** === Base Typography === */