webbuild: fix output terminal word wrapping

This commit is contained in:
Silvan Calarco 2015-05-12 21:10:06 +02:00
parent 8835883286
commit 532f3d0c17

View File

@ -7,6 +7,7 @@ pre {
-webkit-box-shadow:none;
box-shadow:none;
font-family: monospace;
word-break: break-all;
}
code {