@salesforcedevs/docs-components 1.22.0-responsive-3 → 1.22.0-responsive-4

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",
3
+ "version": "1.22.0-responsive-4",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -131,10 +131,9 @@ dx-toc {
131
131
  }
132
132
 
133
133
  .content-body-container {
134
- padding-right: 0;
135
- padding-left: 0;
136
134
  overflow-x: auto;
137
135
  margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
136
+ padding: 0 var(--dx-g-spacing-lg);
138
137
  }
139
138
 
140
139
  .left-nav-bar {