Skip to content

Commit 93d0eef

Browse files
committed
Set separator inset to zero
1 parent f0772cc commit 93d0eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetailsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ private extension OrderDetailsViewController {
112112
tableView.estimatedRowHeight = Constants.rowHeight
113113
tableView.rowHeight = UITableView.automaticDimension
114114
tableView.refreshControl = refreshControl
115+
tableView.separatorInset = .zero
115116
}
116117

117118
/// Setup: Navigation

0 commit comments

Comments
 (0)