Commit 7330ac929f190f03187d2e14b9e04fb821a805ab
break long words
Ev Bogue committed on 6/13/2017, 9:03:11 PMParent: 58e51b98743793a144acbba06d639beb926b51db
Files changed
static/nicer.css | changed |
static/nicer.css | ||
---|---|---|
@@ -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 … | + | |
1 | 16 … | .ssb-message { |
2 | 17 … | border-bottom: 1px solid #ddd; |
3 | 18 … | margin: 1em 0; |
4 | 19 … | } |
Built with git-ssb-web