Skip to content

Commit 84f2e15

Browse files
authored
increase sign up modal height (#32397)
1 parent 8e4f7c6 commit 84f2e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/global-modals/global-modals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h5 class="modal-title">{{ i18n "get_started_datadog" }}</h5>
77
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"> </button>
88
</div>
99
<div class="modal-body">
10-
<iframe id="signUpIframe" name="signUpIframe" src="" width="540px" height="730" frameborder="0" scrolling="no" title="Sign Up for Datadog"></iframe>
10+
<iframe id="signUpIframe" name="signUpIframe" src="" width="540px" height="805" frameborder="0" scrolling="no" title="Sign Up for Datadog"></iframe>
1111
</div>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)