Merge pull request #72 from winhowes/master

fix display on mobile
This commit is contained in:
Herman Schaaf
2016-02-08 15:25:18 +08:00

View File

@@ -78,6 +78,9 @@
font-weight: bold;
background: #f0f0f0;
}
.results-details {
word-break: break-word;
}
.results-details .files, .results .errors {
padding-left: 0;
}