Skip to content

Commit 9ee7fbb

Browse files
fix: horizontal scrolling on pakage docs pages
1 parent 50f9c68 commit 9ee7fbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
253253
/* Individual symbol articles */
254254
.docs-content .docs-symbol {
255255
@apply mb-10 pb-10 border-b border-border/30 last:border-0;
256+
word-break: break-word;
256257
}
257258
258259
.docs-content .docs-symbol:target {

0 commit comments

Comments
 (0)