backdrop-contrib / views_send

Provides mass mailing using Views, enabling a list of email addresses to be produced with a view and an email to the group to be composed and sent.
https://backdropcms.org/project/views_send
GNU General Public License v2.0
1 stars 0 forks source link

Formatting error in email content message field. #16

Open Graham-72 opened 6 years ago

Graham-72 commented 6 years ago

The appearance of text entered in the message field has excessive line spacing. The formatting of this is carried out by the text module within core's field module, which to function correctly requires the addition of an attribute 'class' = 'text-full' in the form field 'views_send_message'.