Skip to content

Commit 35cc42b

Browse files
committed
高さ合わせ+角合わせ
1 parent ebcc319 commit 35cc42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[docs_id]/chatForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export function ChatForm({ documentContent }: { documentContent: string }) {
3232
<>
3333
{isFormVisible && (
3434
<form className="border border-2 border-secondary shadow-md rounded-lg bg-base-100" style={{width:"100%", textAlign:"center", boxShadow:"-moz-initial"}} onSubmit={handleSubmit}>
35-
<div className="input-area" style={{height:"90px"}}>
35+
<div className="input-area">
3636
<textarea
37-
className="textarea textarea-ghost textarea-md"
37+
className="textarea textarea-ghost textarea-md rounded-lg"
3838
placeholder="質問を入力してください"
3939
style={{width: "100%", height: "110px", resize: "none", outlineStyle: "none"}}
4040
value={inputValue}

0 commit comments

Comments
 (0)