mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 05:22:12 +03:00
fix: page reference should wrap (#7218)
This commit is contained in:
parent
3189f42e76
commit
33762423bb
@ -9,4 +9,5 @@ export const pageReferenceIcon = style({
|
|||||||
export const pageReferenceLink = style({
|
export const pageReferenceLink = style({
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
|
wordBreak: 'break-all',
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user