mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
Merge pull request #3897 from tylershuster/chat-line-height
chat: unify line-height
This commit is contained in:
commit
ed3c88f0dc
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user