fix(textarea): remove padding from textarea placeholder (#19694)

fixes #19616
This commit is contained in:
Brandy Carney
2019-10-22 11:01:15 -04:00
committed by GitHub
parent 9568f228b2
commit f63d37a4c5

View File

@ -96,6 +96,8 @@
appearance: none;
&::placeholder {
@include padding(0);
color: var(--placeholder-color);
font-family: inherit;