소스 검색

Dyad 2: Fix floated cover block width.

Allan Cole 5 년 전
부모
커밋
1b80e3c0f3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      dyad-2/css/editor-blocks.css

+ 2 - 1
dyad-2/css/editor-blocks.css

@@ -329,7 +329,8 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 [data-align="left"] .wp-block-cover,
 [data-align="right"] .wp-block-cover {
-	max-width: 290px;
+	width: 290px;
+	max-width: 100%;
 }
 
 /* File */