_editor.scss 200 B

123456789
  1. /* Center image block by default in the editor */
  2. .wp-block-image > div {
  3. text-align: center;
  4. }
  5. [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
  6. margin: 0 auto;
  7. }