소스 검색

Apostrophe 2 alignwide blocks fix.

Ensure alignwide child blocks do not break out of their container.
Kjell Reigstad 5 년 전
부모
커밋
53e398d39f
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      apostrophe-2/css/blocks.css

+ 7 - 0
apostrophe-2/css/blocks.css

@@ -115,6 +115,13 @@ body {
 		position: relative;
 		position: relative;
 	}
 	}
 
 
+	/* Child blocks should not get wider than their parent */
+	.apostrophe-2-no-sidebar [class^="wp-block-"] .alignwide {
+		max-width: 100%;
+		margin-left: auto;
+		margin-right: auto;
+	}
+
 	.apostrophe-2-no-sidebar .wp-block-embed.is-type-video.alignwide:before {
 	.apostrophe-2-no-sidebar .wp-block-embed.is-type-video.alignwide:before {
 		content: "";
 		content: "";
 		display: block;
 		display: block;