pengx17
2024-09-13 10:54:21 +00:00
parent 2ac4a846f7
commit 0a585a14a6

View File

@@ -9,5 +9,6 @@ export const pageReferenceIcon = style({
export const pageReferenceLink = style({ export const pageReferenceLink = style({
textDecoration: 'none', textDecoration: 'none',
color: 'inherit', color: 'inherit',
wordBreak: 'break-all', wordBreak: 'break-word',
hyphens: 'auto',
}); });