Skip to content

Commit

Permalink
Merge pull request #14 from marktnoonan/patch-1
Browse files Browse the repository at this point in the history
Handle long words and URLs (re issue #13)
  • Loading branch information
1Marc committed Apr 14, 2019
2 parents 228da00 + 86b0127 commit 3db1c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/styles.css
@@ -1,6 +1,7 @@
body {
width: 100%;
height: 100%;
word-break: break-word;
}

p cite {
Expand Down Expand Up @@ -312,4 +313,4 @@ td {

tbody tr:nth-child(odd) {
background: #eee;
}
}

0 comments on commit 3db1c2e

Please sign in to comment.