Merge pull request #3897 from tylershuster/chat-line-height

chat: unify line-height
This commit is contained in:
matildepark 2020-11-05 20:28:54 -05:00 committed by GitHub
commit ed3c88f0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ export default class ChatEditor extends Component {
{...props}
/>
: <CodeEditor
className="lh-copy"
value={message}
options={options}
onChange={(e, d, v) => this.messageChange(e, d, v)}