Skip to content

Commit 5a807b5

Browse files
897552: Fixed margin issue
1 parent a58a118 commit 5a807b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to/Add Handwritten Signature Programmatically/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
selector: 'app-root',
2121
// specifies the template string for the PDF Viewer component
2222
template: `<div class="content-wrapper">
23-
<button (click)="addAnnotation()">Add Handwritten signature programmatically</button>
23+
<button [ngStyle]="{'margin-top': '60px'}" (click)="addAnnotation()">Add Handwritten signature programmatically</button>
2424
<ejs-pdfviewer id="pdfViewer"
2525
[documentPath]='document'
2626
[resourceUrl]='resource'

0 commit comments

Comments
 (0)