fix(textarea): inherit white-space for better customization (#18508)

fixes #18495
This commit is contained in:
scrp
2019-06-12 03:47:37 +09:00
committed by Brandy Carney
parent ef29b5fb04
commit a583902f30
2 changed files with 33 additions and 3 deletions

View File

@ -42,6 +42,8 @@
font-family: $font-family-base;
white-space: pre-wrap;
z-index: $z-index-item-input;
}
@ -89,8 +91,6 @@
resize: none;
appearance: none;
white-space: pre-wrap;
&::placeholder {
color: var(--placeholder-color);
@ -120,4 +120,4 @@
position: absolute;
pointer-events: none;
}
}