Fixed padding

This commit is contained in:
nicolas 2021-06-30 00:35:05 +02:00
parent e49c636a13
commit 88db124f47

View file

@ -18,6 +18,7 @@ export default class VideoEventOrganizerMail extends EventOrganizerMail {
* @protected
*/
protected getAdditionalBody(): string {
// This odd indentation is necessary because otherwise the leading tabs will be applied into the event description.
return `
<strong>Video call provider:</strong> ${getIntegrationName(this.videoCallData)}<br />
<strong>Meeting ID:</strong> ${getFormattedMeetingId(this.videoCallData)}<br />