Skip to content

Commit 2b37ac7

Browse files
authored
ENGCOM-3818: Fixed apply discount button alignment on checkout page #20144
2 parents d7f32ca + 48dc3e5 commit 2b37ac7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969

7070
.payment-option-content {
7171
.lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl);
72+
.primary {
73+
.action {
74+
&.action-apply {
75+
margin-right: 0;
76+
}
77+
}
78+
}
7279
}
7380

7481
.payment-option-inner {

0 commit comments

Comments
 (0)