فهرست منبع

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,
 .alignfull,
 .alignwide {
 .alignwide {
 	clear: both;
 	clear: both;
-	margin: 0;
+	margin-left: 0;
+	margin-right: 0;
 }
 }
 
 
 .can-align-wide .alignfull,
 .can-align-wide .alignfull,