more padding above merge unit (#1994)

This commit is contained in:
Ryan Nystrom
2018-07-28 17:04:44 -04:00
committed by GitHub
parent 2abec91b05
commit f02831d654

View File

@@ -27,7 +27,7 @@ ListBindingSectionControllerSelectionDelegate {
dataSource = self
selectionDelegate = self
let row = Styles.Sizes.rowSpacing
inset = UIEdgeInsets(top: row, left: 0, bottom: row, right: 0)
inset = UIEdgeInsets(top: 3*row, left: 0, bottom: row, right: 0)
}
// MARK: Private API