Skip to content

Commit c308050

Browse files
committed
fixing doc size
1 parent 0656d97 commit c308050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2>Embedded document using focused view</h2>
44
<br />
55

6-
<div id="agreement"></div>
6+
<div id="agreement" class="docusign-agreement"></div>
77

88
<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
99

@@ -65,7 +65,7 @@
6565
}
6666
6767
.docusign-agreement {
68-
width: 50%;
68+
width: 75%;
6969
height: 1600px;
7070
}
7171
</style>

0 commit comments

Comments
 (0)