Skip to content

Commit 92ed30a

Browse files
committed
Fix some test snapshots and css
1 parent 2950042 commit 92ed30a

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

packages/application/style/base.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,3 @@ body[data-notebook='notebooks'] #main-panel {
8080
body[data-notebook='notebooks'] #spacer-widget {
8181
min-height: unset;
8282
}
83-
84-
/* Sibling imports */
85-
@import './sidepanel.css';

packages/application/style/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
@import url('~@jupyterlab/ui-components/style/index.css');
99

1010
@import url('./base.css');
11+
@import url('./sidepanel.css');

packages/application/style/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ import '@jupyterlab/mainmenu/style/index.js';
88
import '@jupyterlab/ui-components/style/index.js';
99

1010
import './base.css';
11+
import './sidepanel.css';
Loading
Loading

0 commit comments

Comments
 (0)