fix: page reference should wrap (#7218)

This commit is contained in:
pengx17 2024-06-13 13:15:47 +00:00
parent 3189f42e76
commit 33762423bb
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

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