Fixed MarkdownEditor outgrow etc

This commit is contained in:
Jori Lallo
2016-05-17 23:53:05 -07:00
parent 2006a64e24
commit 582b937961
8 changed files with 55 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ class Editor extends Component {
</Flex>
)}
title={ title }
fixed={ true }
>
<MarkdownEditor
onChange={ this.props.updateText }