I found one possible workaround. In the CSS editor look for this:
.entry-content p {
line-height:25px;
I added the following just below:
margin-bottom:15px;
Now all my paragraphs are back.
Now if I can only figure out how to get my block quotes back now too…