We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cc42b commit a05ae1eCopy full SHA for a05ae1e
app/[docs_id]/chatForm.tsx
@@ -42,7 +42,7 @@ export function ChatForm({ documentContent }: { documentContent: string }) {
42
disabled={isLoading}
43
></textarea>
44
</div>
45
- <div className="controls" style={{margin:"22px 10px 10px 10px", display:"flex", alignItems:"center", justifyContent:"space-between"}}>
+ <div className="controls" style={{margin:"10px", display:"flex", alignItems:"center", justifyContent:"space-between"}}>
46
<div className="left-icons">
47
<button
48
className="btn btn-soft btn-secondary rounded-full"
0 commit comments