Skip to content

Commit

Permalink
feat: Limit maximum textbox width in chatbot.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jul 3, 2023
1 parent edfc21b commit 7dad1c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ const
position: 'absolute',
bottom: 0,
left: 0,
right: 0
right: 0,
maxWidth: 800,
margin: '0 auto'
},
stopButton: {
left: '50%',
Expand Down

0 comments on commit 7dad1c1

Please sign in to comment.