Ticket #54254: 54254.3.patch
File 54254.3.patch, 1.5 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
1459 1459 1460 1460 /* Center image block by default in the editor */ 1461 1461 .wp-block-image, 1462 .wp-block-image > div {1462 .wp-block-image > div:not(.components-placeholder) { 1463 1463 text-align: center; 1464 1464 } 1465 1465 -
src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
1128 1128 1129 1129 /* Center image block by default in the editor */ 1130 1130 .wp-block-image, 1131 .wp-block-image > div {1131 .wp-block-image > div:not(.components-placeholder) { 1132 1132 text-align: center; 1133 1133 } 1134 1134 -
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss
1 1 /* Center image block by default in the editor */ 2 2 3 3 .wp-block-image, 4 .wp-block-image > div {4 .wp-block-image > div:not(.components-placeholder) { 5 5 text-align: center; 6 6 } 7 7