diff --git a/chat/index.html b/chat/index.html index fe67e2f..264bd63 100644 --- a/chat/index.html +++ b/chat/index.html @@ -129,8 +129,14 @@ .copy-btn:hover { opacity: 1; } - .prompt { + .prompt-wrapper { grid-area: prompt; + display: flex; + flex-direction: column; + gap: 0.5rem; + min-width: 0; + } + .prompt { min-height: 40px; padding: 0.8rem; border: 1px solid var(--border-color); @@ -272,7 +278,12 @@