git ssb

16+

cel / patchfoo



Commit b4c6d80137b27284ed8384bee00fcc31efa882c5

more specific selectors for word-break insertion

ansuz committed on 6/24/2017, 9:13:29 AM
Parent: b53763d06143a847d40cf4659b225f68688e6908

Files changed

static/styles.csschanged
static/styles.cssView
@@ -25,9 +25,9 @@
2525 padding: .2rem .2rem .2rem 1rem;
2626 margin: .5rem 0;
2727 }
2828
29-.ssb-post-text {
29 +.ssb-post-text pre, .ssb-post-text pre * {
3030 overflow-wrap: break-word;
3131 word-wrap: break-word;
3232 -ms-word-break: break-all;
3333 /* This is the dangerous one in WebKit, as it breaks things wherever */

Built with git-ssb-web