mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(core): reference node word break (#8236)
before:  --- after: 
This commit is contained in:
@@ -9,5 +9,6 @@ export const pageReferenceIcon = style({
|
||||
export const pageReferenceLink = style({
|
||||
textDecoration: 'none',
|
||||
color: 'inherit',
|
||||
wordBreak: 'break-all',
|
||||
wordBreak: 'break-word',
|
||||
hyphens: 'auto',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user