Ticket #56174: 56174.1.patch
File 56174.1.patch, 2.0 KB (added by , 3 years ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
1475 1475 1476 1476 1477 1477 } 1478 html :where(.wp-block-buttons .wp-block)[data-align=left], 1479 html :where(.wp-block-buttons .wp-block)[data-align=right] { 1480 height: auto; 1481 margin-bottom: 0; 1482 } 1483 No newline at end of file -
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1475 1475 1476 1476 1477 1477 } 1478 html :where(.wp-block-buttons .wp-block)[data-align=left], 1479 html :where(.wp-block-buttons .wp-block)[data-align=right] { 1480 height: auto; 1481 margin-bottom: 0; 1482 } 1483 1484 No newline at end of file -
wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
549 549 } 550 550 551 551 .wp-block-button:not(.alignleft):not(.alignright) { 552 margin-bottom: 30px;552 margin-bottom: 0; 553 553 margin-top: 30px; 554 554 } 555 555 -
wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
553 553 } 554 554 555 555 .wp-block-button:not(.alignleft):not(.alignright) { 556 margin-bottom: 30px;556 margin-bottom: 0; 557 557 margin-top: 30px; 558 558 } 559 559