pengx17 2024-09-13 10:54:21 +00:00
parent 2ac4a846f7
commit 0a585a14a6
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

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