Odd issue that seems to be related to how things are imported or placed in the DB.. I have several CCK text fields on my content type. When I import nodes it does properly insert the content, however, the spacing between the fields is not respected.

Field 1-some text, more text, and some more text, and yet more text
Field 2-some text, more text, and some more text, and yet more text
Field 3-some text, more text, and some more text, and yet more text

They come out stacked on top of each other as above. Now if I go to the node and select edit, and then save without making any changes to the node the fields come out correctly spaced like below..

Field 1-some text, more text, and some more text, and yet more text

Field 2-some text, more text, and some more text, and yet more text

Field 3-some text, more text, and some more text, and yet more text

Any ideas?