@salesforcedevs/docs-components 1.22.0-responsive-2 → 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-2",
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",
@@ -109,10 +109,6 @@ dx-toc {
109
109
  .right-nav-bar {
110
110
  display: none;
111
111
  }
112
-
113
- .content-body-doc-phase-container {
114
- min-width: 0;
115
- }
116
112
  }
117
113
 
118
114
  @media screen and (max-width: 800px) {
@@ -135,8 +131,6 @@ dx-toc {
135
131
  }
136
132
 
137
133
  .content-body-container {
138
- padding-right: 0;
139
- padding-left: 0;
140
134
  overflow-x: auto;
141
135
  margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
142
136
  padding: 0 var(--dx-g-spacing-lg);