feat: textare autoresize

This commit is contained in:
liyasthomas
2021-08-30 22:03:59 +05:30
parent ada568cb75
commit 6f67a97ade
9 changed files with 46 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ hr {
.input,
.select,
.textarea {
@apply flex flex-1;
@apply flex;
@apply w-full;
@apply px-4 py-2;
@apply bg-transparent;