13230 Fix textarea out of bounds on resize (#13508)
This commit is contained in:
parent
0ec03063fd
commit
842a1cb9de
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
font-family: inherit;
|
||||
font-size: var(--fs-base);
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
@extend %form-styling;
|
||||
|
||||
&::placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue