diff --git a/scss/_form.scss b/scss/_form.scss index a29c2ccad8..416e3f3c76 100644 --- a/scss/_form.scss +++ b/scss/_form.scss @@ -1,4 +1,3 @@ - /** * Forms * -------------------------------------------------- @@ -121,6 +120,12 @@ textarea { .placeholder-icon { color: #aaa; + &:first-child { + padding-right: 6px; + } + &:last-child { + padding-left: 6px; + } } .item-stacked-label {