diff --git a/templates/home.html b/templates/home.html index 64b7a41..d225508 100644 --- a/templates/home.html +++ b/templates/home.html @@ -78,6 +78,9 @@ font-weight: bold; background: #f0f0f0; } + .results-details { + word-break: break-word; + } .results-details .files, .results .errors { padding-left: 0; }