added word-wrap less rule to .test-output

This commit is contained in:
Chaim Lando
2016-11-19 13:49:39 +05:30
parent dae4306c31
commit dcdd116220

View File

@ -63,6 +63,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 {