From be85e8a6e0253a12c32b18db0464c4498cccb51d Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 8 Feb 2019 10:29:19 +0700 Subject: [PATCH] Closes #895 - Chrome 72 changed flexbox behavior --- app/scenes/Document/components/Editor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/scenes/Document/components/Editor.js b/app/scenes/Document/components/Editor.js index 980c1e7a0..6dd4b5170 100644 --- a/app/scenes/Document/components/Editor.js +++ b/app/scenes/Document/components/Editor.js @@ -48,9 +48,6 @@ class DocumentEditor extends React.Component { } const StyledEditor = styled(Editor)` - display: flex; - flex: 0; - p { ${Placeholder} { visibility: hidden;