Ticket #56175: 56175.2.patch
File 56175.2.patch, 1.6 KB (added by , 3 years ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
1019 1019 margin-top: 15px; 1020 1020 } 1021 1021 1022 @media (min-width: 600px){ 1023 .wp-block-latest-posts.columns-2 li { 1024 width: calc(50% - 1em); 1025 } 1026 } 1027 1022 1028 /* Block: Shortcode -------------------------- */ 1023 1029 1024 1030 .editor-styles-wrapper .wp-block-shortcode textarea { -
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1019 1019 margin-top: 15px; 1020 1020 } 1021 1021 1022 @media (min-width: 600px){ 1023 .wp-block-latest-posts.columns-2 li { 1024 width: calc(50% - 1em); 1025 } 1026 } 1027 1022 1028 /* Block: Shortcode -------------------------- */ 1023 1029 1024 1030 .editor-styles-wrapper .wp-block-shortcode textarea { -
wp-includes/blocks/latest-posts/style.css
100 100 } 101 101 @media (min-width: 600px) { 102 102 .wp-block-latest-posts.columns-2 li { 103 width: calc( (100% / 2) - 1.25em + (1.25em / 2));103 width: calc(50% - 1em) !important; 104 104 } 105 105 .wp-block-latest-posts.columns-2 li:nth-child(2n) { 106 106 margin-right: 0;