diff --git a/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx b/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx index 6b253e890..73e170fe5 100644 --- a/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx +++ b/pkg/interface/src/views/apps/chat/components/lib/ChatInput.tsx @@ -49,7 +49,7 @@ export default class ChatInput extends Component this.submit = this.submit.bind(this); this.toggleCode = this.toggleCode.bind(this); - + } toggleCode() { @@ -81,7 +81,7 @@ export default class ChatInput extends Component } } - + submit(text) { const { props, state } = this; @@ -133,7 +133,7 @@ export default class ChatInput extends Component { url } ); } - + } uploadError(error) { @@ -205,7 +205,7 @@ export default class ChatInput extends Component onPaste={this.onPaste.bind(this)} placeholder='Message...' /> -
/>
-
+ style={{ flexGrow: 1, paddingBottom: '3px', maxHeight: '224px', width: 'calc(100% - 88px)' }}>