Skip to content

Commit

Permalink
Merge pull request #14 from SyncfusionExamples/EJ2-897552-SignAPI
Browse files Browse the repository at this point in the history
897552: Fixed margin issue
  • Loading branch information
SasidharanKaruppiah authored Sep 27, 2024
2 parents 7014307 + 5b304ef commit bf0f8ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</head>

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

</html>

0 comments on commit bf0f8ac

Please sign in to comment.