fix(app): simplify question prompt (#33968)
Co-authored-by: Test <test@opencode.test>
This commit is contained in:
parent
5f61d21487
commit
17166b271f
2 changed files with 19 additions and 15 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue