_image.scss 418 B

1234567891011
  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. https://github.com/WordPress/gutenberg/issues/29506
  9. */
  10. text-align: center;
  11. }