Skip to content

Commit

Permalink
Merge pull request #4684 from wikimedia/T347425
Browse files Browse the repository at this point in the history
Diffs: top align from/to container stack view
  • Loading branch information
tonisevener committed Nov 29, 2023
2 parents 9945222 + ab3e671 commit e5a5665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wikipedia/Code/DiffHeaderCompareView.swift
Expand Up @@ -10,6 +10,7 @@ class DiffHeaderCompareView: SetupView {
stackView.translatesAutoresizingMaskIntoConstraints = false
stackView.axis = traitCollection.horizontalSizeClass == .compact ? .vertical : .horizontal
stackView.spacing = 16
stackView.alignment = .top
return stackView
}()

Expand Down

0 comments on commit e5a5665

Please sign in to comment.