@quarto/jupyterlab-quarto 0.1.28 → 0.1.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style/base.css +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quarto/jupyterlab-quarto",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Jupyter extension to enable authoring of Quarto documents within Jupyterlab Notebooks.",
5
5
  "keywords": [
6
6
  "jupyter",
package/style/base.css CHANGED
@@ -191,10 +191,6 @@
191
191
  margin-top: 0.2em;
192
192
  }
193
193
 
194
- .callout:not(.callout-titled) .callout-body {
195
- display: flex;
196
- }
197
-
198
194
  .callout:not(.no-icon).callout-titled.callout-style-simple .callout-content {
199
195
  padding-left: 1.6em;
200
196
  }