Fix invalid CSS values after conversion from Stylus

[MAILPOET-1836]
This commit is contained in:
Ján Mikláš
2019-02-22 23:45:25 +01:00
committed by M. Shull
parent 89b90af92e
commit 5eca8c1dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ $tool-width: 16px;
.mailpoet_social_icon_settings {
position: relative;
padding: 28px 9px, 18px - 10px 9px;
padding: 28px 9px (18px - 10px) 9px;
margin-bottom: 9px;
background: $white-color;