소스 검색

Affinity: Fix Gutenberg gallery block when images link to media files

- Adds an overflow: hidden setting to the anchor markup to prevent linked images from overflowing
Allan Cole 6 년 전
부모
커밋
02bef342ac
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      affinity/blocks.css

+ 4 - 0
affinity/blocks.css

@@ -51,6 +51,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 {