Skip to content

Commit afdb96c

Browse files
committed
fix: package docs responsiveness
1 parent 05483f5 commit afdb96c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/pages/package-docs/[...path].vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
274274
275275
.docs-content .docs-symbol-name {
276276
@apply font-mono text-lg font-semibold text-fg m-0;
277+
word-break: break-word;
277278
}
278279
279280
/* Badges */
@@ -471,5 +472,6 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
471472
472473
.docs-content .docs-members pre code {
473474
@apply text-fg-muted;
475+
overflow-x: auto;
474476
}
475477
</style>

0 commit comments

Comments
 (0)