Allow 5 lines of text before scrolling
This commit is contained in:
parent
0132a202fd
commit
67f857565c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue