mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-13 04:42:56 +08:00
fix: page reference should wrap (#7218)
This commit is contained in:
@@ -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',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user