You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my personal site, I use image captions for image attribution. It seems that the .wp-image-block a {} selector is either too broad, or styles for links within figcaption need to be added.
At first I though this was a width issue, but it seems that every <a> in .wp-image-block receives display: inline-block;. This creates a really tall caption. This happens for both image and gallery blocks.
On my personal site, I use image captions for image attribution. It seems that the
.wp-image-block a {}
selector is either too broad, or styles for links withinfigcaption
need to be added.At first I though this was a width issue, but it seems that every
<a>
in.wp-image-block
receivesdisplay: inline-block;
. This creates a really tall caption. This happens for both image and gallery blocks.The screenshots were taken from this blog post.
The text was updated successfully, but these errors were encountered: