Skip to content

Commit

Permalink
Fix daita settings text truncation on small iphones
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenErn committed Jan 17, 2025
1 parent 17c065f commit be2b477
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ struct SettingsInfoView: View {
contentView()
}
.padding(UIMetrics.SettingsInfoView.layoutMargins)
.padding(.bottom, 1)
.hidden()
}

Expand Down

0 comments on commit be2b477

Please sign in to comment.