@apify/docs-theme 1.0.123 → 1.0.125

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.123",
3
+ "version": "1.0.125",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -1563,3 +1563,15 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1563
1563
  position: sticky;
1564
1564
  left: var(--ifm-pre-padding);
1565
1565
  }
1566
+
1567
+ .redocusaurus table code {
1568
+ word-break: normal;
1569
+ }
1570
+
1571
+ .redocusaurus .menu-content div:nth-child(2) ul {
1572
+ padding-bottom: 0;
1573
+ }
1574
+
1575
+ .redocusaurus .menu-content div:nth-child(2) div {
1576
+ display: none;
1577
+ }