Fixes #1290. Note that in the ticket description, I had incorrectly stated that we weren't rendering Markdown for Service descriptions. The actual culprit was some missing CSS for Service descriptions.
The Organization descriptions had a snippet of CSS to add top-margin to all <p> elements, but the Service descriptions lacked this CSS, which caused consecutive paragraphs to have too little space between them. This adds the same spacing to the Services.
Fixes #1290. Note that in the ticket description, I had incorrectly stated that we weren't rendering Markdown for Service descriptions. The actual culprit was some missing CSS for Service descriptions.
The Organization descriptions had a snippet of CSS to add top-margin to all
<p>
elements, but the Service descriptions lacked this CSS, which caused consecutive paragraphs to have too little space between them. This adds the same spacing to the Services.Before
After