From e08de8fb3eebb732d98644f5779a25c30df992a4 Mon Sep 17 00:00:00 2001 From: Vasavi Kanamarlapudi Date: Thu, 12 Sep 2024 18:26:21 +0530 Subject: [PATCH] Digital ACT-191 ONEAPP-10586 story: alignment changes to stackview --- VDS/Components/Footnote/Footnote.swift | 2 +- VDS/Components/Footnote/FootnoteGroup.swift | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VDS/Components/Footnote/Footnote.swift b/VDS/Components/Footnote/Footnote.swift index 4d352e7b..0de37b45 100644 --- a/VDS/Components/Footnote/Footnote.swift +++ b/VDS/Components/Footnote/Footnote.swift @@ -132,7 +132,7 @@ open class Footnote: View { private lazy var itemStackView = UIStackView().with { $0.translatesAutoresizingMaskIntoConstraints = false $0.axis = .horizontal - $0.alignment = .top + $0.alignment = .leading $0.distribution = .fill $0.spacing = VDSLayout.space1X $0.backgroundColor = .clear diff --git a/VDS/Components/Footnote/FootnoteGroup.swift b/VDS/Components/Footnote/FootnoteGroup.swift index 0f229ac8..9660f440 100644 --- a/VDS/Components/Footnote/FootnoteGroup.swift +++ b/VDS/Components/Footnote/FootnoteGroup.swift @@ -75,7 +75,6 @@ open class FootnoteGroup: View { private lazy var stackView = UIStackView().with { $0.translatesAutoresizingMaskIntoConstraints = false $0.axis = .vertical - $0.alignment = .top $0.distribution = .fill $0.spacing = VDSLayout.space3X $0.backgroundColor = .clear