git ssb

0+

dangerousbeans / patchbay-bootstrap



Commit 6101ce9d646a3660d7adcbf2b9ce1e567827f4ae

break words so columns don't expand

Ev Bogue committed on 8/5/2016, 1:56:26 AM
Parent: d5eb7683c93c7089b588c1e9b99aaa426b4da566

Files changed

style.csschanged
style.cssView
@@ -23,11 +23,12 @@
2323 .scroll-x {
2424 overflow-x: auto;
2525 }
2626
27-pre {
27+pre, li, p {
2828 max-width: 100%;
2929 white-space: pre-wrap;
30+ word-break: break-word;
3031 }
3132
3233 p {
3334 margin-top: .35ex;

Built with git-ssb-web