@salesforcedevs/docs-components 1.26.0-content → 1.26.0-content1

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.26.0-content",
3
+ "version": "1.26.0-content1",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -70,6 +70,7 @@ dx-toc {
70
70
  .content-body-doc-phase-container {
71
71
  flex: 1;
72
72
  border-left: 1px solid var(--dx-g-gray-90);
73
+ min-width: 0;
73
74
  }
74
75
 
75
76
  .doc-phase-wrapper,
@@ -105,7 +106,7 @@ dx-toc {
105
106
  max-width: 1000px;
106
107
  flex: 1;
107
108
  width: 0;
108
- overflow-wrap: break-word;
109
+ word-break: break-word;
109
110
  }
110
111
 
111
112
  .is-sticky {