Fix long word content overflow

This commit is contained in:
vimux 2019-10-28 12:17:58 -04:00
parent e84f01e546
commit 21d3c414dd
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -42,6 +42,8 @@ body {
line-height: 1.4;
color: #ddd;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
background-color: #1b1b1b;
-webkit-font-smoothing: antialiased;
}