Merge pull request #542 from Automattic/fix/affinity-gallery-image-display

Affinity: Fix Gutenberg gallery block when images link to media files
This commit is contained in:
Allan Cole 2019-02-06 15:31:02 -05:00 committed by GitHub
commit 5f46ae69b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,10 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-left: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
overflow: hidden;
}
/* Quote */
.wp-block-quote cite {