added word-wrap less rule to .test-output

This commit is contained in:
Chaim Lando
2016-11-18 20:05:14 +05:30
parent 96f5b3a2af
commit 78a1f9f036

View File

@ -116,6 +116,7 @@
font-family: "Ubuntu Mono"; font-family: "Ubuntu Mono";
margin-top: 8px; margin-top: 8px;
line-height:20px; line-height:20px;
word-wrap: break-word;
} }
.grayed-out-test-output { .grayed-out-test-output {