From 541c9d3408b36d7897380e2ca9a884ef5315bccc Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 30 Sep 2017 22:18:10 -0700 Subject: [PATCH] Fixes #247 - Placeholder should disappear --- frontend/components/Editor/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index b1d968202..e711cc3ac 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; }