Skip to content

Commit

Permalink
897679: Given margin top for the button
Browse files Browse the repository at this point in the history
  • Loading branch information
GiriSF4292 committed Sep 25, 2024
1 parent 65ac627 commit 427afdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ViewData["Title"] = "Home page";
}

<button type="button" onclick="findTextBounds()">FindTextBounds</button>
<button type="button" onclick="findTextBounds()" style="margin-top : 60px">FindTextBounds</button>

<div class="text-center">
<ejs-pdfviewer id="pdfviewer" style="height:600px" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" resourceUrl="https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib">
Expand Down

0 comments on commit 427afdd

Please sign in to comment.