mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	server : (webui) increase edit textarea size (#11763)
This commit is contained in:
		
										
											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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Woof Dog
					Woof Dog