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