Skip to content

Commit

Permalink
fix to wrap words in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed Jul 12, 2021
1 parent ba902f4 commit b7e7d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
html {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
word-break: break-word;
overflow-wrap: break-word;
}

a {
Expand Down

0 comments on commit b7e7d51

Please sign in to comment.