Skip to content

Commit 10ac336

Browse files
committed
Adjust Total Insights Cell top padding
1 parent 7cb91ef commit 10ac336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Stats/Insights/StatsTotalInsightsCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class StatsTotalInsightsCell: StatsBaseCell {
6969
}
7070

7171
private func configureConstraints() {
72-
topConstraint = outerStackView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: StatsBaseCell.Metrics.padding)
72+
topConstraint = outerStackView.topAnchor.constraint(equalTo: contentView.topAnchor)
7373

7474
NSLayoutConstraint.activate([
7575
topConstraint,

0 commit comments

Comments
 (0)