fix: Unable to focus into description in collection edit

This commit is contained in:
Tom Moor
2020-01-02 22:49:40 -08:00
parent 9c66a14fec
commit 7bbddcaebf
2 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class Editor extends React.Component<Props> {
}
const StyledEditor = styled(RichMarkdownEditor)`
flex-grow: ${props => (props.grow ? 'initial' : '0')};
flex-grow: ${props => (props.grow ? 1 : 0)};
justify-content: start;
> div {