@apify/docs-theme 1.0.122 → 1.0.124

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.122",
3
+ "version": "1.0.124",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -614,6 +614,10 @@ article .card h2 {
614
614
  float: right;
615
615
  }
616
616
 
617
+ .menu__link--sublist-caret:after {
618
+ height: 2.5rem;
619
+ }
620
+
617
621
  aside button[class*="collapseSidebarButton"] svg {
618
622
  transform: scale(.7) rotate(180deg);
619
623
  }
@@ -1559,3 +1563,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1559
1563
  position: sticky;
1560
1564
  left: var(--ifm-pre-padding);
1561
1565
  }
1566
+
1567
+ .redocusaurus table code {
1568
+ word-break: normal;
1569
+ }