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

added word-wrap less rule to .test-output
pull/11764/head
Mrugesh Mohapatra 2016-11-22 20:53:28 +05:30 committed by GitHub
commit 2386a07cd4
1 changed files with 1 additions and 0 deletions

View File

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