@seqera/docusaurus-theme-seqera 1.0.17 → 1.0.18-next.63
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.
|
@@ -197,7 +197,9 @@ main prose styles
|
|
|
197
197
|
border: 1px solid var(--color-gray-400);
|
|
198
198
|
filter: none;
|
|
199
199
|
box-shadow: none;
|
|
200
|
-
|
|
200
|
+
white-space: pre-wrap;
|
|
201
|
+
overflow-wrap: break-word;
|
|
202
|
+
word-break: break-word;
|
|
201
203
|
&::before,
|
|
202
204
|
&::after {
|
|
203
205
|
content: none;
|
|
@@ -215,7 +217,7 @@ main prose styles
|
|
|
215
217
|
box-shadow: none;
|
|
216
218
|
filter: none;
|
|
217
219
|
max-width: 100%;
|
|
218
|
-
white-space: pre
|
|
220
|
+
white-space: pre;
|
|
219
221
|
|
|
220
222
|
code {
|
|
221
223
|
color: var(--prism-color);
|
package/package.json
CHANGED
|
@@ -197,7 +197,9 @@ main prose styles
|
|
|
197
197
|
border: 1px solid var(--color-gray-400);
|
|
198
198
|
filter: none;
|
|
199
199
|
box-shadow: none;
|
|
200
|
-
|
|
200
|
+
white-space: pre-wrap;
|
|
201
|
+
overflow-wrap: break-word;
|
|
202
|
+
word-break: break-word;
|
|
201
203
|
&::before,
|
|
202
204
|
&::after {
|
|
203
205
|
content: none;
|
|
@@ -215,7 +217,7 @@ main prose styles
|
|
|
215
217
|
box-shadow: none;
|
|
216
218
|
filter: none;
|
|
217
219
|
max-width: 100%;
|
|
218
|
-
white-space: pre
|
|
220
|
+
white-space: pre;
|
|
219
221
|
|
|
220
222
|
code {
|
|
221
223
|
color: var(--prism-color);
|