Styling changes for messaging.

This commit is contained in:
Patrick Fic
2020-05-04 12:14:32 -07:00
parent f55f4775d4
commit 782b7fe7f3
14 changed files with 83 additions and 54 deletions

View File

@@ -42,7 +42,7 @@ function ChatSendMessageComponent({
};
return (
<div style={{ display: "flex " }}>
<div style={{ display: "flex ", padding: "1em" }}>
<Input.TextArea
allowClear
autoFocus