Browse Source

Merge pull request #1013 from Automattic/fix/issue-1012

Modern Business: Make sure there is whitespace around text column all the time
Takashi Irie 6 years ago
parent
commit
fe545c5852

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

@@ -511,11 +511,6 @@ figcaption,
   color: inherit;
 }
 
-.wp-block-media-text > .editor-inner-blocks {
-  margin-top: -32px;
-  margin-bottom: -32px;
-}
-
 .wp-block-media-text .components-resizable-box__handle {
   z-index: 3;
 }
@@ -549,6 +544,10 @@ figcaption,
   }
 }
 
+[data-type="core/media-text"] + [data-type="core/media-text"] {
+  margin-top: -32px;
+}
+
 /** === Gallery === */
 .wp-block-gallery .blocks-gallery-image figcaption,
 .wp-block-gallery .blocks-gallery-item figcaption,

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

@@ -455,11 +455,6 @@ figcaption,
 		color: inherit;
 	}
 
-	& > .editor-inner-blocks {
-		margin-top: -32px;
-		margin-bottom: -32px;
-	}
-
 	// Make sure the box handle is clickable.
 	.components-resizable-box__handle {
 		z-index: 3;
@@ -500,6 +495,10 @@ figcaption,
 	}
 }
 
+[data-type="core/media-text"] + [data-type="core/media-text"] {
+	margin-top: -32px;
+}
+
 
 /** === Gallery === */
 

+ 1 - 1
modern-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Requires at least: WordPress 4.9.6
 Template: twentynineteen
-Version: 1.3
+Version: 1.4
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twentynineteen