13230 Fix textarea out of bounds on resize (#13508)

This commit is contained in:
Christian D 2021-04-26 18:39:56 +02:00 committed by GitHub
parent 0ec03063fd
commit 842a1cb9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@
font-family: inherit;
font-size: var(--fs-base);
width: 100%;
resize: vertical;
@extend %form-styling;
&::placeholder {