server : (webui) increase edit textarea size (#11763)
This commit is contained in:
parent
aaa5505307
commit
e6e6583199
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -92,7 +92,7 @@ export default function ChatMessage({
|
||||||
<>
|
<>
|
||||||
<textarea
|
<textarea
|
||||||
dir="auto"
|
dir="auto"
|
||||||
className="textarea textarea-bordered bg-base-100 text-base-content w-[calc(90vw-8em)] lg:w-96"
|
className="textarea textarea-bordered bg-base-100 text-base-content max-w-2xl w-[calc(90vw-8em)] h-24"
|
||||||
value={editingContent}
|
value={editingContent}
|
||||||
onChange={(e) => setEditingContent(e.target.value)}
|
onChange={(e) => setEditingContent(e.target.value)}
|
||||||
></textarea>
|
></textarea>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue