git ssb

9+

cel / ssb-viewer



Commit 7330ac929f190f03187d2e14b9e04fb821a805ab

break long words

Ev Bogue committed on 6/13/2017, 9:03:11 PM
Parent: 58e51b98743793a144acbba06d639beb926b51db

Files changed

static/nicer.csschanged
static/nicer.cssView
@@ -1,4 +1,19 @@
1 +* {
2 + word-wrap: break-word;
3 +}
4 +
5 +
6 +pre {
7 + height: auto;
8 + max-height: 200px;
9 + overflow: auto;
10 + background-color: #eeeeee;
11 + word-break: normal !important;
12 + word-wrap: normal !important;
13 + white-space: pre !important;
14 +}
15 +
116 .ssb-message {
217 border-bottom: 1px solid #ddd;
318 margin: 1em 0;
419 }

Built with git-ssb-web