Allow 5 lines of text before scrolling

This commit is contained in:
Andrew Kingston 2025-02-18 12:01:06 +00:00
parent 0132a202fd
commit 67f857565c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
.control.multiline :global(textarea) {
min-height: 0 !important;
field-sizing: content;
max-height: 102px;
max-height: 105px;
padding: 6px 11px 6px 11px;
height: auto;
resize: none;