We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f53fab commit cfc1962Copy full SHA for cfc1962
1 file changed
launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml
@@ -5,6 +5,8 @@
5
6
<div id="agreement"></div>
7
8
+<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
9
+
10
@Html.Raw("<script src='https://docucdn-a.akamaihd.net/demo/1ds/libs/@embedded-js/core/latest/dist/bundle.js'></script>")
11
12
<script>
@@ -47,6 +49,7 @@
47
49
// Any configuration or API limits will be caught here
48
50
});</script>
51
52
53
<!DOCTYPE html>
54
<html>
55
<head>
@@ -61,16 +64,13 @@
61
64
}
62
65
63
66
.docusign-agreement {
- height: 800px;
- width: 1600px;
67
+ width: 50%;
68
+ height: 1600px;
69
70
</style>
71
</head>
72
<body>
73
<div class="docusign-agreement" id="docusign"></div>
74
<script src="script.js"></script>
75
</body>
-</html>
-
76
-<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
+</html>
0 commit comments