Skip to content

Commit

Permalink
fix: Incorrect properties in the single scan report template (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov authored Oct 23, 2024
1 parent a931e9f commit 479b6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/report_single_scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cursor: pointer;
padding: 20px;
margin-left: 30px;
width: 35%;
width: 45%;
border: none;
text-align: left;
outline: none;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 479b6fd

Please sign in to comment.