fix: better chat window with long queries
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
.chat-input {
|
||||
flex: 1;
|
||||
min-height: 24px;
|
||||
max-height: 120px;
|
||||
max-height: 200px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
font-family: inherit;
|
||||
@@ -318,6 +318,7 @@
|
||||
border: none;
|
||||
outline: none;
|
||||
resize: none;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.chat-input::placeholder {
|
||||
|
||||
Reference in New Issue
Block a user