Digital ACT-191 ONEAPP-10586 story: alignment changes to stackview

This commit is contained in:
Vasavi Kanamarlapudi 2024-09-12 18:26:21 +05:30
parent 9b885da7ca
commit e08de8fb3e
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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