fix: fix bug with footnote

This commit is contained in:
jinhojang6 2024-05-13 20:15:14 +09:00
parent 7d8979d34f
commit 1be12f914d
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ const Reference = styled.div`
display: flex;
padding: 8px 14px;
gap: 8px;
p {
word-break: break-word;
}
`
export default ArticleFootnotes