Skip to content

Commit e4ab125

Browse files
committed
Update to use
pre {whilte-space: pre-wrap;} instead
1 parent 4cd49b5 commit e4ab125

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

about_code_tool/templates/default.html

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

0 commit comments

Comments
 (0)