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
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents a27b32e + db6aa62 commit a9b51df
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 a9b51df

Please sign in to comment.