Skip to content

Commit

Permalink
change padding position
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Sep 26, 2023
1 parent d43bead commit 85fc393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LicenseList/LicenseView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public struct LicenseView: View {
ScrollView {
Text(attributedLicenseBody)
.font(.caption)
.padding()
.frame(maxWidth: .infinity, alignment: .leading)
.padding()
.onAppear {
attributedLicenseBody = attribute(library.licenseBody)
}
Expand Down

0 comments on commit 85fc393

Please sign in to comment.