fix: Document shrinks if only content is embed

This commit is contained in:
Tom Moor 2020-04-05 18:43:55 -07:00
parent 7413e8bf7a
commit 383806d155
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class DocumentEditor extends React.Component<Props> {
);
return (
<Flex column>
<Flex auto column>
<Title
type="text"
onChange={onChangeTitle}