Browse Source

Modern Business: Additional Fix for issue 1012

Takashi Irie 6 years ago
parent
commit
a24ca45dc2
2 changed files with 0 additions and 9 deletions
  1. 0 4
      modern-business/style-editor.css
  2. 0 5
      modern-business/style-editor.scss

+ 0 - 4
modern-business/style-editor.css

@@ -496,10 +496,6 @@ figcaption,
     margin-left: 0;
     margin-right: 0;
   }
-  .wp-block[data-type="core/media-text"] > .editor-block-list__block-edit {
-    margin-bottom: 0;
-    margin-top: 0;
-  }
 }
 
 .wp-block-media-text {

+ 0 - 5
modern-business/style-editor.scss

@@ -438,11 +438,6 @@ figcaption,
 			margin-left: 0;
 			margin-right: 0;
 		}
-
-		& > .editor-block-list__block-edit {
-			margin-bottom: 0;
-			margin-top: 0;
-		}
 	}
 
 }