@jupyterlab/nbconvert-css 4.4.3 → 4.5.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/style/index.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.4.3",
3
+ "version": "4.5.0-alpha.1",
4
4
  "description": "CSS bundle for the JupyterLab nbconvert template",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -31,13 +31,13 @@
31
31
  "watch": "webpack --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@jupyterlab/application": "^4.4.3",
35
- "@jupyterlab/apputils": "^4.5.3",
36
- "@jupyterlab/cells": "^4.4.3",
37
- "@jupyterlab/codemirror": "^4.4.3",
38
- "@jupyterlab/notebook": "^4.4.3",
39
- "@jupyterlab/outputarea": "^4.4.3",
40
- "@jupyterlab/rendermime": "^4.4.3"
34
+ "@jupyterlab/application": "^4.5.0-alpha.1",
35
+ "@jupyterlab/apputils": "^4.6.0-alpha.1",
36
+ "@jupyterlab/cells": "^4.5.0-alpha.1",
37
+ "@jupyterlab/codemirror": "^4.5.0-alpha.1",
38
+ "@jupyterlab/notebook": "^4.5.0-alpha.1",
39
+ "@jupyterlab/outputarea": "^4.5.0-alpha.1",
40
+ "@jupyterlab/rendermime": "^4.5.0-alpha.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -6289,6 +6289,10 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
6289
6289
  display: block;
6290
6290
  }
6291
6291
 
6292
+ .jp-LinkedOutputView .jp-OutputArea-child:only-child {
6293
+ height: 100%;
6294
+ }
6295
+
6292
6296
  .jp-LinkedOutputView .jp-OutputArea-output:only-child {
6293
6297
  height: 100%;
6294
6298
  }