Browse Source

Make css more specific than phosphor css

Jason Grout 9 years ago
parent
commit
3321d7ecf7
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/default-theme/notebook.css

+ 4 - 3
src/default-theme/notebook.css

@@ -2,16 +2,17 @@
 | Copyright (c) Jupyter Development Team.
 | Distributed under the terms of the Modified BSD License.
 |----------------------------------------------------------------------------*/
-.jp-NotebookWidget {
+.p-Widget .jp-NotebookWidget {
   min-width: 50px;
   min-height: 50px;
 }
 
-.jp-NotebookContainer {
+.p-Widget .jp-NotebookContainer {
   overflow: auto;
 }
 
-.jp-NotebookWidget-body {
+.p-Widget .jp-NotebookWidget-body {
   padding: 0.5em;
   font-size: 11px;
 }
+