@salesforcedevs/docs-components 1.21.1-redocly4 → 1.22.0-responsive

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.21.1-redocly4",
3
+ "version": "1.22.0-responsive",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -92,6 +92,7 @@ dx-toc {
92
92
  max-width: 1000px;
93
93
  flex: 1;
94
94
  width: 0;
95
+ overflow-wrap: break-word;
95
96
  }
96
97
 
97
98
  .is-sticky {
@@ -108,6 +109,10 @@ dx-toc {
108
109
  .right-nav-bar {
109
110
  display: none;
110
111
  }
112
+
113
+ .content-body-doc-phase-container {
114
+ min-width: 0;
115
+ }
111
116
  }
112
117
 
113
118
  @media screen and (max-width: 800px) {