Skip to content

Commit 10fb3ba

Browse files
committed
ACP2E-3920: fix static errors
1 parent 3cd8c7b commit 10fb3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReCaptchaCheckout/view/frontend/web/template/payment-recaptcha-container.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<div>
88
<each args="data: getRegion('place-order-recaptcha'), as: 'recaptcha'" render=""></each>
99
</div>
10-
<hr />
10+
<hr></hr>

ReCaptchaFrontendUi/view/frontend/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
.required-captcha.checkbox {
77
display: block;
88
height: 1px;
9-
position: absolute;
109
opacity: 0;
1110
overflow: hidden;
11+
position: absolute;
1212
visibility: visible;
1313
width: 1px;
1414
}

0 commit comments

Comments
 (0)