Unbroken breaks

Just in case you have previously considered commenting but were turned off by the lack of appropriate spacing in the comments to indicate paragraph changes… or for those of you who have been complaining about the long standing issue…

I fixed it. If you are here because you googled “WordPress Comments paragraph spacing” or something related to WordPress Comment formatting…

The offender was this little piece of code in the CSS:

.comment-text p {
margin: 0;
padding: 0;
}

Just so you know. You should remove that if you’re having the same issue.