From 313ee0376ecb9e46df4700ad636262479173cd3e Mon Sep 17 00:00:00 2001 From: nicolas Date: Wed, 30 Jun 2021 00:53:37 +0200 Subject: [PATCH] Fixed padding --- lib/CalEventParser.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/CalEventParser.ts b/lib/CalEventParser.ts index e6531b1f..a38494f2 100644 --- a/lib/CalEventParser.ts +++ b/lib/CalEventParser.ts @@ -38,7 +38,9 @@ export default class CalEventParser { */ public getChangeEventFooterHtml(): string { return `
-Need to change this event?
Cancel: ${this.getCancelLink()}
Reschedule: ${this.getRescheduleLink()} +Need to change this event?
+Cancel: ${this.getCancelLink()}
+Reschedule: ${this.getRescheduleLink()} `; }