Details
Description
https://www.blesta.com/forums/index.php?/topic/15922-no-spacing-on-support-ticket-text-since-51/
To reproduce:
- Create a ticket with multiple paragraphs of text
- View ticket through the client interface
- See there is no margin between paragraphs
To resolve, edit plugins/support_manager/views/default/css/styles.css and add:
.card .ticket-reply p { margin-bottom: 1rem; }