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

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-1",
3
+ "version": "1.22.0-responsive-3",
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) {
@@ -139,7 +135,6 @@ dx-toc {
139
135
  padding-left: 0;
140
136
  overflow-x: auto;
141
137
  margin-bottom: calc(var(--dx-g-spacing-5xl) + 4px);
142
- padding: 0 var(--dx-g-spacing-lg);
143
138
  }
144
139
 
145
140
  .left-nav-bar {