Skip to content

Commit

Permalink
#112: Wrap nse-scripts output in html tables
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Jun 8, 2022
1 parent e3f8102 commit 27797e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formatter/resources/templates/simple-html.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}
.data-table > tbody > tr > td > pre {
white-space: pre-wrap;
word-break: break-word;
}
.data-table > tbody > tr > td > ul {
padding-left: 0;
Expand Down Expand Up @@ -80,6 +81,7 @@
}
table td {
word-wrap: break-word;
padding-right: 10px;
}
a {
color: #539bf5;
Expand Down

0 comments on commit 27797e1

Please # to comment.