Skip to content

Commit

Permalink
Merge pull request #8082 from jtpio/notebook-example-document-search
Browse files Browse the repository at this point in the history
Include the document search CSS in the notebook example
  • Loading branch information
saulshanabrook committed Mar 25, 2020
2 parents 2ff9683 + 77efddf commit 3462a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/notebook/src/index.ts
Expand Up @@ -8,6 +8,7 @@ __webpack_public_path__ = URLExt.join(PageConfig.getBaseUrl(), 'example/');
import '@jupyterlab/application/style/index.css';
import '@jupyterlab/codemirror/style/index.css';
import '@jupyterlab/completer/style/index.css';
import '@jupyterlab/documentsearch/style/index.css';
import '@jupyterlab/notebook/style/index.css';
import '@jupyterlab/theme-light-extension/style/index.css';
import '../index.css';
Expand Down

0 comments on commit 3462a22

Please sign in to comment.