mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 17:32:37 +03:00
fix(core): reference node word break (#8236)
before: ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/2320279b-9986-46a9-b3cf-d0272f2656aa.png) --- after: ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/8869024b-92fd-4afe-aa87-af730224a0d3.png)
This commit is contained in:
parent
2ac4a846f7
commit
0a585a14a6
@ -9,5 +9,6 @@ export const pageReferenceIcon = style({
|
||||
export const pageReferenceLink = style({
|
||||
textDecoration: 'none',
|
||||
color: 'inherit',
|
||||
wordBreak: 'break-all',
|
||||
wordBreak: 'break-word',
|
||||
hyphens: 'auto',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user