Merge pull request #11715 from chiptus/fix/backup-master-text-break-test-output

added word-wrap less rule to .test-output
This commit is contained in:
Jonathan
2016-11-24 22:44:11 +00:00
committed by GitHub

View File

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