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 05483f5 commit afdb96cCopy full SHA for afdb96c
1 file changed
app/pages/package-docs/[...path].vue
@@ -274,6 +274,7 @@ 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 */
@@ -471,5 +472,6 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
471
472
473
.docs-content .docs-members pre code {
474
@apply text-fg-muted;
475
+ overflow-x: auto;
476
477
</style>
0 commit comments