The select menu (the pinwheel) within the new iOS 7 truncates the items as shown in this photo.
Is there anyway to prevent the truncating that\'s occurring by default s
As said here ( -> Line Break in HTML Select Option?) you sadly aren't able to insert a line break into an tag (I tried it myself with several possible solutions but it didn't work). So I really don't understand why Apple changed this to be only one row of text. I would recommend using jQuery Mobile (very easy to learn and use) because it has it own independent and customizable select form element (look for "Custom select menu" in the API docs -> http://api.jquerymobile.com/selectmenu/).