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; } diff --git a/frontend/scenes/Search/Search.js b/frontend/scenes/Search/Search.js index 4d5c07e55..71e0b2c83 100644 --- a/frontend/scenes/Search/Search.js +++ b/frontend/scenes/Search/Search.js @@ -143,7 +143,6 @@ const StyledArrowKeyNavigation = styled(ArrowKeyNavigation)`

Not Found

We're unable to find the page you're accessing.

-
}