Remove errant vertical gray line on regular chat input box

This commit is contained in:
gsxdsm
2026-05-28 19:52:16 -07:00
parent fb27ead6b3
commit 730cee8d61
2 changed files with 108 additions and 0 deletions

View File

@@ -1417,6 +1417,8 @@
vertical flex sizing so the inline autosize height from ChatView.tsx is
honored instead of collapsing back toward the one-line minimum. */
flex: 0 0 auto;
width: 100%;
box-sizing: border-box;
resize: none;
border: 1px solid var(--border);
border-radius: 12px;