Digital ACT-191 ONEAPP-10586 story: alignment changes to stackview
This commit is contained in:
parent
9b885da7ca
commit
e08de8fb3e
@ -132,7 +132,7 @@ open class Footnote: View {
|
|||||||
private lazy var itemStackView = UIStackView().with {
|
private lazy var itemStackView = UIStackView().with {
|
||||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
$0.translatesAutoresizingMaskIntoConstraints = false
|
||||||
$0.axis = .horizontal
|
$0.axis = .horizontal
|
||||||
$0.alignment = .top
|
$0.alignment = .leading
|
||||||
$0.distribution = .fill
|
$0.distribution = .fill
|
||||||
$0.spacing = VDSLayout.space1X
|
$0.spacing = VDSLayout.space1X
|
||||||
$0.backgroundColor = .clear
|
$0.backgroundColor = .clear
|
||||||
|
|||||||
@ -75,7 +75,6 @@ open class FootnoteGroup: View {
|
|||||||
private lazy var stackView = UIStackView().with {
|
private lazy var stackView = UIStackView().with {
|
||||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
$0.translatesAutoresizingMaskIntoConstraints = false
|
||||||
$0.axis = .vertical
|
$0.axis = .vertical
|
||||||
$0.alignment = .top
|
|
||||||
$0.distribution = .fill
|
$0.distribution = .fill
|
||||||
$0.spacing = VDSLayout.space3X
|
$0.spacing = VDSLayout.space3X
|
||||||
$0.backgroundColor = .clear
|
$0.backgroundColor = .clear
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user