Skip to content

Commit

Permalink
add white-spcae:pre-wrap to license texts (apply feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonym-HPI committed Aug 15, 2023
1 parent 6ee1f76 commit e4c6122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third-party-license-json-to-html.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ let style = `<style>
tr:nth-child(odd) td {
border: 1px solid #dddddd;
}
td:last-child {
white-space:pre-wrap;
}
</style>`;

let header =
Expand Down

0 comments on commit e4c6122

Please sign in to comment.