Fixed padding
This commit is contained in:
		
							parent
							
								
									8accc3b775
								
							
						
					
					
						commit
						313ee0376e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,9 @@ export default class CalEventParser {
 | 
			
		|||
   */
 | 
			
		||||
  public getChangeEventFooterHtml(): string {
 | 
			
		||||
    return `<br />
 | 
			
		||||
<strong>Need to change this event?</strong><br />Cancel: <a href="${this.getCancelLink()}">${this.getCancelLink()}</a><br />Reschedule: <a href="${this.getRescheduleLink()}">${this.getRescheduleLink()}</a>
 | 
			
		||||
<strong>Need to change this event?</strong><br />
 | 
			
		||||
Cancel: <a href="${this.getCancelLink()}">${this.getCancelLink()}</a><br />
 | 
			
		||||
Reschedule: <a href="${this.getRescheduleLink()}">${this.getRescheduleLink()}</a>
 | 
			
		||||
    `;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue