diff --git a/src/main/resources/templates/report_single_scan.html b/src/main/resources/templates/report_single_scan.html index 1aa429c8..52d2d76e 100644 --- a/src/main/resources/templates/report_single_scan.html +++ b/src/main/resources/templates/report_single_scan.html @@ -27,7 +27,7 @@ cursor: pointer; padding: 20px; margin-left: 30px; - width: 35%; + width: 45%; border: none; text-align: left; outline: none; @@ -65,7 +65,7 @@ text-align: left; border: 1px solid black; width: auto; - word-wrap: break-words; + word-break: break-word; } table thead { display: table-header-group;