Skip to content

Commit db6aa62

Browse files
ENGCOM-3900: Fixed issue #20305 Update button on payment checkout is not proper alligned #20307
- Merge Pull Request #20307 from GovindaSharma/magento2:2.3-DevelopPR8 - Merged commits: 1. 99d6e43 2. da46b6a 3. 1d1bb33
2 parents 94383aa + 1d1bb33 commit db6aa62

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)