ソースを参照

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;
 }