Recently I noticed that the whitespace of the text on my pages wasn’t being preserved when the page loaded. Then I was reminded that, generally, multiple spaces get collapsed and text will wrap when it’s necessary. If you want to change this behavior then you’ll need to reach for the white-space CSS property.
No problem. I updated my text such that white-space:pre-wrap got applied and everything seemed great. Until I saw that my select lists completely ignored the change. Continue reading