diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index b1d96820..e711cc3a 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -260,7 +260,7 @@ const StyledEditor = styled(Editor)` } } - p:first-of-type { + p:nth-child(2) { ${Placeholder} { visibility: visible; }