mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
chat: unify line-height
fixes https://github.com/urbit/landscape/issues/140
This commit is contained in:
parent
31b7c61d9a
commit
cfec6dcca4
@ -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