Does anyone know why the text in this div adds all that extra white-space on the ends of each line, instead of having the border wrap "tightly" around the text as expected?
https://jsfiddle.net/wvuszL5f/
.myClass { padding:0px; max-width:368px; white-space:normal; border:1px solid black; }
I thought white-space:normal would get this working, but I also tried some of its other values. No luck.