Skip to content

Commit a9b51df

Browse files
authored
ENGCOM-3900: Fixed issue #20305 Update button on payment checkout is not proper alligned #20307
2 parents a27b32e + db6aa62 commit a9b51df

File tree

1 file changed

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

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@
6363
}
6464
}
6565
}
66-
66+
/**
67+
* @codingStandardsIgnoreStart
68+
*/
6769
#po_number {
6870
margin-bottom: 20px;
6971
}
72+
// @codingStandardsIgnoreEnd
7073
}
7174

7275
.payment-method-title {
@@ -116,7 +119,8 @@
116119
margin: 0 0 @indent__base;
117120

118121
.primary {
119-
.action-update {
122+
.action-update {
123+
margin-bottom: 20px;
120124
margin-right: 0;
121125
}
122126
}

0 commit comments

Comments
 (0)