@apify/docs-theme 1.0.28 → 1.0.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -361,6 +361,10 @@ html.plugin-docs .theme-doc-markdown {
361
361
  line-height: 32px;
362
362
  }
363
363
 
364
+ .markdown .tsd-panel li {
365
+ margin-top: var(--ifm-list-item-margin);
366
+ }
367
+
364
368
  html.plugin-docs .theme-doc-markdown img {
365
369
  display: block;
366
370
  margin: 0 auto;