fix: fix bug with footnote
This commit is contained in:
parent
7d8979d34f
commit
1be12f914d
|
@ -30,6 +30,10 @@ const Reference = styled.div`
|
|||
display: flex;
|
||||
padding: 8px 14px;
|
||||
gap: 8px;
|
||||
|
||||
p {
|
||||
word-break: break-word;
|
||||
}
|
||||
`
|
||||
|
||||
export default ArticleFootnotes
|
||||
|
|
Loading…
Reference in New Issue