Commit b4c6d80137b27284ed8384bee00fcc31efa882c5
more specific selectors for word-break insertion
ansuz committed on 6/24/2017, 9:13:29 AMParent: b53763d06143a847d40cf4659b225f68688e6908
Files changed
static/styles.css | changed |
static/styles.css | |||
---|---|---|---|
@@ -25,9 +25,9 @@ | |||
25 | 25 … | padding: .2rem .2rem .2rem 1rem; | |
26 | 26 … | margin: .5rem 0; | |
27 | 27 … | } | |
28 | 28 … | ||
29 | -.ssb-post-text { | ||
29 … | +.ssb-post-text pre, .ssb-post-text pre * { | ||
30 | 30 … | overflow-wrap: break-word; | |
31 | 31 … | word-wrap: break-word; | |
32 | 32 … | -ms-word-break: break-all; | |
33 | 33 … | /* This is the dangerous one in WebKit, as it breaks things wherever */ |
Built with git-ssb-web