Skip to content

Commit 811150f

Browse files
authored
Merge pull request #5440 from woocommerce/issue/4850-my-store-not-alligned
[Mobile Payments] My store is not aligned
2 parents 910c01a + 13145f9 commit 811150f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,6 @@ private extension DashboardViewController {
430430
enum Constants {
431431
static let animationDuration = 0.2
432432
static let bannerBottomMargin = CGFloat(8)
433-
static let horizontalMargin = CGFloat(16)
433+
static let horizontalMargin = CGFloat(20)
434434
}
435435
}

0 commit comments

Comments
 (0)