mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 02:37:28 +00:00
fix(ui): constrain chat textarea auto-resize (#2950) (thanks @shivamraut101)
This commit is contained in:
@@ -250,7 +250,8 @@
|
||||
max-height: 150px;
|
||||
padding: 9px 12px;
|
||||
border-radius: 8px;
|
||||
resize: vertical;
|
||||
overflow-y: auto;
|
||||
resize: none;
|
||||
white-space: pre-wrap;
|
||||
font-family: var(--font-body);
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user