Skip to content

Commit 8115d8b

Browse files
author
Ernesto Carrión
committed
Adjust sub-category margin as per design
1 parent 42aa0a1 commit 8115d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/EditCategories/Cell/ProductCategoryTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ final class ProductCategoryTableViewCell: UITableViewCell {
4848
private extension ProductCategoryTableViewCell {
4949
enum Constants {
5050
static let baseNameLabelMargin: CGFloat = 16.0
51-
static let nameLabelIndentationFactor: CGFloat = 16.0
51+
static let nameLabelIndentationFactor: CGFloat = 20.0
5252
}
5353
}

0 commit comments

Comments
 (0)