add css to websocks demo

This commit is contained in:
Jeff Becker 2016-12-11 13:44:25 -05:00
parent 78dfcc4742
commit c4077f2d49

6
websocks-demo/style.css Normal file
View file

@ -0,0 +1,6 @@
.text-window {
width: 90%;
white-space: pre-wrap;
overflow-wrap: break-word;
}