We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed63b7 commit 16c98cdCopy full SHA for 16c98cd
1 file changed
app/pages/package-docs/[...path].vue
@@ -274,7 +274,6 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
274
275
.docs-content .docs-symbol-name {
276
@apply font-mono text-lg font-semibold text-fg m-0;
277
- word-break: break-word;
278
}
279
280
/* Badges */
@@ -472,6 +471,11 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
472
471
473
.docs-content .docs-members pre code {
474
@apply text-fg-muted;
475
- overflow-x: auto;
+}
+
476
+.docs-content .docs-symbol-name,
477
+.docs-content .docs-members dl dd,
478
+.docs-content .docs-members dl dt code {
479
+ word-break: break-all;
480
481
</style>
0 commit comments