@salesforcedevs/docs-components 1.22.0-responsive → 1.22.0-responsive-2

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": "@salesforcedevs/docs-components",
3
- "version": "1.22.0-responsive",
3
+ "version": "1.22.0-responsive-2",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -139,6 +139,7 @@ dx-toc {
139
139
  padding-left: 0;
140
140
  overflow-x: auto;
141
141
  margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
142
+ padding: 0 var(--dx-g-spacing-lg);
142
143
  }
143
144
 
144
145
  .left-nav-bar {