Ticket #62243: 62243.1.patch
File 62243.1.patch, 2.0 KB (added by , 7 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
1065 1065 margin-top: 15px; 1066 1066 } 1067 1067 1068 .wp-block-latest-posts__post-full-content > p:first-child { 1069 margin-top: 1em; 1070 } 1071 1068 1072 /* Block: Shortcode -------------------------- */ 1069 1073 1070 1074 .editor-styles-wrapper .wp-block-shortcode textarea { -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1069 1069 margin-top: 15px; 1070 1070 } 1071 1071 1072 .wp-block-latest-posts__post-full-content > p:first-child { 1073 margin-top: 1em; 1074 } 1075 1072 1076 /* Block: Shortcode -------------------------- */ 1073 1077 1074 1078 .editor-styles-wrapper .wp-block-shortcode textarea { -
src/wp-content/themes/twentytwenty/style-rtl.css
3525 3525 margin-top: 0; 3526 3526 } 3527 3527 3528 .wp-block-latest-posts__post-full-content > p:first-child { 3529 margin-top: 1em; 3530 } 3531 3528 3532 /* Block: Post Template ---------------- */ 3529 3533 3530 3534 .wp-block-post-template, -
src/wp-content/themes/twentytwenty/style.css
3549 3549 margin-top: 0; 3550 3550 } 3551 3551 3552 .wp-block-latest-posts__post-full-content > p:first-child { 3553 margin-top: 1em; 3554 } 3555 3552 3556 /* Block: Post Template ---------------- */ 3553 3557 3554 3558 .wp-block-post-template,