Fix the credits view's size

This commit is contained in:
Nate Weaver
2022-11-12 19:22:58 -06:00
parent 331d2ea40e
commit b5139ed2d3

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 {