Skip to content

Commit

Permalink
ENGCOM-3900: Fixed issue #20305 Update button on payment checkout is …
Browse files Browse the repository at this point in the history
…not proper alligned #20307

 - Merge Pull Request #20307 from GovindaSharma/magento2:2.3-DevelopPR8
 - Merged commits:
   1. 99d6e43
   2. da46b6a
   3. 1d1bb33
  • Loading branch information
magento-engcom-team committed Feb 21, 2019
2 parents 94383aa + 1d1bb33 commit db6aa62
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@
}
}
}

/**
* @codingStandardsIgnoreStart
*/
#po_number {
margin-bottom: 20px;
}
// @codingStandardsIgnoreEnd
}

.payment-method-title {
Expand Down Expand Up @@ -116,7 +119,8 @@
margin: 0 0 @indent__base;

.primary {
.action-update {
.action-update {
margin-bottom: 20px;
margin-right: 0;
}
}
Expand Down

0 comments on commit db6aa62

Please sign in to comment.