Skip to content

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/frontend/core/src/components/affine/reference-link/styles.css.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export const pageReferenceIcon = style({
99
export const pageReferenceLink = style({
1010
textDecoration: 'none',
1111
color: 'inherit',
12-
wordBreak: 'break-all',
12+
wordBreak: 'break-word',
13+
hyphens: 'auto',
1314
});

0 commit comments

Comments
 (0)