@jupyterlab/nbconvert-css 3.6.0-beta.0 → 3.6.0-rc.0

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "3.6.0-beta.0",
3
+ "version": "3.6.0-rc.0",
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": "^3.6.0-beta.0",
35
- "@jupyterlab/apputils": "^3.6.0-beta.0",
36
- "@jupyterlab/cells": "^3.6.0-beta.0",
37
- "@jupyterlab/codemirror": "^3.6.0-beta.0",
38
- "@jupyterlab/notebook": "^3.6.0-beta.0",
39
- "@jupyterlab/outputarea": "^3.6.0-beta.0",
40
- "@jupyterlab/rendermime": "^3.6.0-beta.0"
34
+ "@jupyterlab/application": "^3.6.0-rc.0",
35
+ "@jupyterlab/apputils": "^3.6.0-rc.0",
36
+ "@jupyterlab/cells": "^3.6.0-rc.0",
37
+ "@jupyterlab/codemirror": "^3.6.0-rc.0",
38
+ "@jupyterlab/notebook": "^3.6.0-rc.0",
39
+ "@jupyterlab/outputarea": "^3.6.0-rc.0",
40
+ "@jupyterlab/rendermime": "^3.6.0-rc.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^5.0.1",
package/style/index.css CHANGED
@@ -9716,6 +9716,7 @@ span.bp3-popover-target{
9716
9716
  align-items: center;
9717
9717
  display: flex;
9718
9718
  padding: 4px;
9719
+ padding-bottom: 5px;
9719
9720
  margin-right: 1px;
9720
9721
  background-color: var(--jp-layout-color2);
9721
9722
  }
@@ -13970,8 +13971,8 @@ body[data-format='mobile'] .jp-InputPrompt {
13970
13971
  .jp-Notebook-ExecutionIndicator-tooltip {
13971
13972
  visibility: hidden;
13972
13973
  height: auto;
13973
- width: fit-content;
13974
- width: -moz-fit-content;
13974
+ width: max-content;
13975
+ width: -moz-max-content;
13975
13976
  background-color: var(--jp-layout-color2);
13976
13977
  color: var(--jp-ui-font-color1);
13977
13978
  text-align: justify;