Skip to content

Commit 3b35b73

Browse files
committed
Merge pull request #117 from abnbgist/patch-1
Make more usable with long strings.
2 parents ec007c3 + 78b8857 commit 3b35b73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: examples/web_example.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
.createTextNode(part.value));
1818
display.appendChild(span);
1919
});
20-
</script>
20+
</script>
21+
<style>
22+
#result { word-wrap: break-word; }
23+
</style>

0 commit comments

Comments
 (0)