Skip to content

Commit afd5f97

Browse files
committed
Fix css rendering issue
1 parent 270aab7 commit afd5f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
padding: 0px;
376376
}
377377

378-
@import url('~@jupyterlab/codeeditor/style/index.css');
378+
/* @import url('~@jupyterlab/codeeditor/style/index.css'); */
379379

380380
/* Code Snippet Filter CSS */
381381
.jp-codeSnippet-searchbar {
@@ -496,7 +496,7 @@ mark.jp-codeSnippet-search-bolding {
496496
}
497497

498498
/* Cell tag styling */
499-
@import url('~@jupyterlab/celltags/style/base.css');
499+
/* @import url('~@jupyterlab/celltags/style/base.css'); */
500500

501501
.jp-codeSnippet-tags {
502502
margin-top: 8px;

0 commit comments

Comments
 (0)