Skip to content

Commit 9882e96

Browse files
Added Fix for issue 26168
1 parent f540160 commit 9882e96

File tree

1 file changed

+4
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+4
-0
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payments.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
.lib-css(line-height, @checkout-billing-address-details__line-height);
134134
.lib-css(padding, @checkout-billing-address-details__padding);
135135
}
136+
137+
input[type="checkbox"] {
138+
vertical-align: top;
139+
}
136140
}
137141

138142
.payment-method-note {

0 commit comments

Comments
 (0)