Shoreditch: Adjust margins on wide and full aligned styles
@@ -26,7 +26,8 @@ Description: Used to style Gutenberg Blocks.
.alignfull,
.alignwide {
clear: both;
- margin: 0;
+ margin-left: 0;
+ margin-right: 0;
}
.can-align-wide .alignfull,