Skip to content

Commit

Permalink
Merge branch 'IPC-162-more-information-screen' into IPC-153_payment_r…
Browse files Browse the repository at this point in the history
…eview_screen
  • Loading branch information
razvancapra committed Mar 19, 2024
2 parents 4d98b15 + b8259f8 commit 7f7bf42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ extension PaymentInfoViewController: UICollectionViewDelegateFlowLayout {
let padding = (contentWidth - totalCellWidth) / 2.0
return UIEdgeInsets(top: 0, left: padding, bottom: 0, right: padding)
} else {
return UIEdgeInsets(top: 0, left: Constants.leftRightPadding, bottom: 0, right: 0)
return UIEdgeInsets(top: 0, left: Constants.leftRightPadding, bottom: 0, right: Constants.leftRightPadding)
}
}
return UIEdgeInsets.zero
Expand Down

0 comments on commit 7f7bf42

Please sign in to comment.