Skip to content

Commit

Permalink
Add content overflow-wrap break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhjliao committed Feb 16, 2024
1 parent 45491de commit 2494541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ table {
overflow-x: auto;
}

.content {
overflow-wrap: break-word;
}

#footnote-div p {
margin: 0;
}
Expand Down

0 comments on commit 2494541

Please sign in to comment.