_image.scss 367 B

12345678910
  1. .wp-block-image {
  2. /*
  3. From what I can tell the below are styles regularly used by themes
  4. to fix the image block. I believe these should go into the block's
  5. default styles. It's difficult to say how this will land, however
  6. based on discussion found in (many) related issues here:
  7. https://github.com/WordPress/gutenberg/issues/28923
  8. */
  9. text-align: center;
  10. }