Skip to content

Commit

Permalink
Fix text overlapping in chat text area (#3102)
Browse files Browse the repository at this point in the history
Added padding to the right of the chat text area. 

Fixes #3097 

<img width="933" alt="image"
src="https://user-images.githubusercontent.com/57575219/236965394-df55e4b6-be65-4aa2-8f5e-cbd71edf386a.png">

---------

Co-authored-by: notmd <notmd1811@gmail.com>
  • Loading branch information
HassanTanveer and notmd committed May 9, 2023
1 parent ac55355 commit 96cf387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/Chat/ChatForm.tsx
Expand Up @@ -51,6 +51,7 @@ export const ChatForm = forwardRef<HTMLTextAreaElement, ChatFormProps>((props, f
ref={ref}
bg="gray.200"
borderRadius="md"
pe={{ base: "76px", xl: "48px" }}
rows={1}
maxRows={10}
py={{ base: 2, md: 3 }}
Expand Down

0 comments on commit 96cf387

Please sign in to comment.