Skip to content

Commit

Permalink
Fixed #105
Browse files Browse the repository at this point in the history
Force the word-wrapping
  • Loading branch information
chinyeungli committed Jun 24, 2014
1 parent bdf7c8d commit 4cd49b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion about_code_tool/templates/default.html
Expand Up @@ -3,7 +3,10 @@
<head>
<style type="text/css">
div.additional-license-text-list {display:block}
body {font-family: Helvetica, Arial, sans-serif;}
body {
font-family: Helvetica, Arial, sans-serif;
word-wrap: break-word;
}
</style>
<title>Open Source Software Information</title>
</head>
Expand Down

0 comments on commit 4cd49b5

Please sign in to comment.