Hi Actually came across the same exact issue.
The cause is the following CSS:
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
display: table-caption;
}
removing solves the formatting issue, but it does raises the topic of how to format image captions, which doesn’t seem to be possible.
This happened after updating wordpress to 5.4
Website: despoletar.pt
-
This reply was modified 4 years ago by Tafinho.