mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08: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({
|
export const pageReferenceLink = style({
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
wordBreak: 'break-all',
|
wordBreak: 'break-word',
|
||||||
|
hyphens: 'auto',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user