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 6a5bb3b commit e4268eeCopy full SHA for e4268ee
1 file changed
app/pages/package-docs/[...path].vue
@@ -253,7 +253,6 @@ const showEmptyState = computed(() => docsData.value?.status !== 'ok')
253
/* Individual symbol articles */
254
.docs-content .docs-symbol {
255
@apply mb-10 pb-10 border-b border-border/30 last:border-0;
256
- word-break: break-word;
257
}
258
259
.docs-content .docs-symbol:target {
0 commit comments