소스 검색

Use tabs instead of spaces

Jeremy Yip 5 년 전
부모
커밋
05e94220a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      seedlet-blocks/style-editor.css

+ 2 - 2
seedlet-blocks/style-editor.css

@@ -18,6 +18,6 @@ body {
 }
 
 .site-content .wp-block[data-align="full"] > [data-block], .site-content .wp-block.alignfull > [data-block] {
-    margin-top: 0;
-    margin-bottom: 0;
+	margin-top: 0;
+	margin-bottom: 0;
 }