Fix incorrect form media styles

[MAILPOET-3024]
This commit is contained in:
Rostislav Wolny
2020-07-08 13:51:54 +02:00
committed by Veljko V
parent 8312f1c808
commit 29535f6e9b

View File

@@ -240,6 +240,6 @@ class Styles {
'min-width: 100%;',
]);
}
return "@media (max-width: 500px) {{$selector} {" . join('', $wrapperStyles) . "}";
return "@media (max-width: 500px) {{$selector} {" . join('', $wrapperStyles) . "}}";
}
}