Merge pull request #11705 from chiptus/fix/text-break-test-output

added word-wrap less rule to .test-output
This commit is contained in:
Mrugesh Mohapatra
2016-11-22 20:53:28 +05:30
committed by GitHub

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 {