Skip to content

Commit 040cfd3

Browse files
authored
Merge pull request #5603 from wikimedia/T409351
T409351: Remove excess trailing padding
2 parents 1dc3ec0 + 40a2242 commit 040cfd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WMFComponents/Sources/WMFComponents/Components/Shared/Onboarding/WMFOnboardingView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public struct WMFOnboardingView: View {
3434
VStack {
3535
WMFOnboardingCell(viewModel: viewModel.cells[cell - 1])
3636
.padding(.bottom, 24)
37-
.padding(.trailing, 20)
3837
}
3938
}
4039
}

0 commit comments

Comments
 (0)