Fix stack

This commit is contained in:
Pfeil, Scott Robert 2020-01-08 16:25:35 -05:00
parent d4c9753041
commit b3f10ec1c6

View File

@ -81,8 +81,6 @@ open class MoleculeStackView: Container {
public override func updateView(_ size: CGFloat) {
super.updateView(size)
directionalLayoutMargins.leading = 0
directionalLayoutMargins.trailing = 0
for item in stackItems {
item.updateView(size)
}