Fix 2-1 1-2 columns rendering in editor

[MAILPOET-1851]
This commit is contained in:
Rostislav Wolny
2019-03-04 15:11:26 +01:00
committed by M. Shull
parent dea2eb2311
commit c637339035

View File

@ -2,7 +2,7 @@ $column-margin: 20px;
$one-column-width: $newsletter-width - (2 * $column-margin);
$two-column-width: $newsletter-width / 2 - (2 * $column-margin);
$three-column-width: $newsletter-width / 3 - (2 * $column-margin);
$two-column-wider-column-width: $newsletter-width / 3 - $column-margin * 2;
$two-column-wider-column-width: (($newsletter-width / 3) - $column-margin) * 2;
.mailpoet_container {
width: 100%;