Skip to content

Commit b053161

Browse files
ENGCOM-6521: Added Fix for issue 26168 #26169
- Merge Pull Request #26169 from divyajyothi5321/magento2:divyajyothi5321-Fix-26168 - Merged commits: 1. 9882e96
2 parents 946c6ba + 9882e96 commit b053161

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)