Closes #895 - Chrome 72 changed flexbox behavior

This commit is contained in:
Tom Moor
2019-02-08 10:29:19 +07:00
parent 945e7ffb7b
commit be85e8a6e0

View File

@@ -48,9 +48,6 @@ class DocumentEditor extends React.Component<Props> {
}
const StyledEditor = styled(Editor)`
display: flex;
flex: 0;
p {
${Placeholder} {
visibility: hidden;