fix(app): simplify question prompt (#33968)

Co-authored-by: Test <test@opencode.test>
This commit is contained in:
opencode-agent[bot] 2026-06-26 09:22:36 +10:00 committed by GitHub
commit 17166b271f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 15 deletions

View file

@ -918,6 +918,8 @@
line-height: var(--line-height-large);
color: var(--text-strong);
padding: 0 10px;
-webkit-user-select: text;
user-select: text;
}
[data-slot="question-hint"] {