@Gnopps it has word wrap, you are just getting beyond the minimum width of a note, which is necessary for the note stacking to work. You can try experimenting with minimum note width to see if you can get it within an acceptable width.
.workspace-leaf, .workspace-split > .workspace-split { min-width: 650px; min-height: 500px; }
Search for this and change the min-width variable.