Spaces:
Running
Running
Commit
·
6760d92
1
Parent(s):
090e8ae
style: adjust form margin for improved layout in Chat component
Browse files- components/chat.tsx +1 -1
components/chat.tsx
CHANGED
@@ -208,7 +208,7 @@ export default function Chat() {
|
|
208 |
</div>
|
209 |
<form
|
210 |
onSubmit={handleFormSubmit}
|
211 |
-
className="mt-2 w-full mx-auto mb-4"
|
212 |
>
|
213 |
<Textarea
|
214 |
selectedModel={selectedModel}
|
|
|
208 |
</div>
|
209 |
<form
|
210 |
onSubmit={handleFormSubmit}
|
211 |
+
className="mt-2 w-full mx-auto mb-4 sm:mb-auto"
|
212 |
>
|
213 |
<Textarea
|
214 |
selectedModel={selectedModel}
|