소스 검색

Merge pull request #342 from Automattic/shoreditch-add-gutenberg-support

Shoreditch: Adjust margins on wide and full aligned styles
Laurel 6 년 전
부모
커밋
9eae44e343
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      shoreditch/css/blocks.css

+ 2 - 1
shoreditch/css/blocks.css

@@ -26,7 +26,8 @@ Description: Used to style Gutenberg Blocks.
 .alignfull,
 .alignwide {
 	clear: both;
-	margin: 0;
+	margin-left: 0;
+	margin-right: 0;
 }
 
 .can-align-wide .alignfull,