Merge pull request #285 from jorilallo/issue-247

Issue 247
This commit is contained in:
Tom Moor
2017-10-01 01:36:07 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -260,7 +260,7 @@ const StyledEditor = styled(Editor)`
} }
} }
p:first-of-type { p:nth-child(2) {
${Placeholder} { ${Placeholder} {
visibility: visible; visibility: visible;
} }

View File

@ -143,7 +143,6 @@ const StyledArrowKeyNavigation = styled(ArrowKeyNavigation)`
<div> <div>
<h1>Not Found</h1> <h1>Not Found</h1>
<p>We're unable to find the page you're accessing.</p> <p>We're unable to find the page you're accessing.</p>
<hr />
</div>} </div>}
<ResultsWrapper pinToTop={hasResults} column auto> <ResultsWrapper pinToTop={hasResults} column auto>
<SearchField <SearchField