Skip to content

Commit 84bc23e

Browse files
Debugging tag styling
1 parent 55f4ca2 commit 84bc23e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
position: absolute;
3737
top: 0;
3838
left: 0;
39+
word-break: break-all;
40+
white-space: break-spaces;
3941
}
4042
</style>
4143
</head>
@@ -44,7 +46,7 @@
4446
<img id="middle" />
4547
<canvas id="canvas"></canvas>
4648

47-
<div id="debug"></div>
49+
<pre id="debug"></pre>
4850

4951
<script src="main.js"></script>
5052
</body>

0 commit comments

Comments
 (0)