Merge pull request #3746 from Wevah/main

Fix the credits view's size
This commit is contained in:
Maurice Parker
2022-11-12 19:37:18 -06:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ struct CreditsNetNewsWireView: View, LoadableAboutData {
.frame(height: 12)
}
.padding(.horizontal)
.frame(width: 400, height: 400)
}
func contributorView(_ appCredit: AboutData.Contributor) -> some View {