ShelterTechSF / askdarcel-web

The "Ask Darcel" web app.
GNU General Public License v3.0
28 stars 22 forks source link

Organization Page: Add margin to service description paragraphs. #1291

Closed richardxia closed 1 year ago

richardxia commented 1 year ago

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

Screen Shot 2023-08-21 at 9 05 47 AM

After

Screen Shot 2023-08-21 at 9 04 20 AM
richardxia commented 1 year ago

Thanks!