Skip to content

Commit bf0f8ac

Browse files
author
SasidharanKaruppiah
authored
Merge pull request #14 from SyncfusionExamples/EJ2-897552-SignAPI
897552: Fixed margin issue
2 parents 7014307 + 5b304ef commit bf0f8ac

File tree

1 file changed

+2
-2
lines changed
  • How to/Add Handwritten Signature Programmatically/src

1 file changed

+2
-2
lines changed

How to/Add Handwritten Signature Programmatically/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</head>
1313

1414
<body>
15-
<button id="addHandwrittenSignature"> Add Handwritten signature programmatically</button>
15+
<button id="addHandwrittenSignature" style="margin-top:60px;"> Add Handwritten signature programmatically</button>
1616
<!--Element which will render as PDF Viewer -->
17-
<div id="PdfViewer"></div>
17+
<div id="PdfViewer" style="height:500px;width:100%;"></div>
1818
</body>
1919

2020
</html>

0 commit comments

Comments
 (0)