Skip to content

Commit 4cd49b5

Browse files
committed
Fixed #105
Force the word-wrapping
1 parent bdf7c8d commit 4cd49b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

about_code_tool/templates/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<head>
44
<style type="text/css">
55
div.additional-license-text-list {display:block}
6-
body {font-family: Helvetica, Arial, sans-serif;}
6+
body {
7+
font-family: Helvetica, Arial, sans-serif;
8+
word-wrap: break-word;
9+
}
710
</style>
811
<title>Open Source Software Information</title>
912
</head>

0 commit comments

Comments
 (0)