git ssb

30+

cel / git-ssb-web



Commit 67ea63236447ada30af37a7d1161629b01c525d8

fix word-wrap issue

Ev Bogue committed on 9/29/2016, 4:26:13 PM
Parent: 3b463efb1d84d837baadd660454a865beb148b56

Files changed

static/styles.csschanged
static/styles.cssView
@@ -5,8 +5,12 @@
55 background: #fff;
66 font-family: 'Source Sans Pro', sans-serif;
77 }
88
9 +* {
10 + word-break: break-word;
11 +}
12 +
913 article, header {
1014 width: 100%;
1115 margin-left: auto;
1216 margin-right: auto;

Built with git-ssb-web