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