fix display on mobile

This commit is contained in:
Winston Howes
2016-02-07 23:19:28 -08:00
parent 09bc43c230
commit 8a9a2fc485

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;
}