Skip to content

Commit

Permalink
ui: add small margin to user input to make room for scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Jan 25, 2024
1 parent 206e63b commit 63e0039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChatContent/UserInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const UserInput: React.FC<{
return (
<Card
variant="classic"
m="1"
style={{
wordWrap: "break-word",
wordBreak: "break-word",
Expand Down

0 comments on commit 63e0039

Please sign in to comment.