Skip to content

Commit

Permalink
Fix #238 - UI issue in data agreement policy for large texts
Browse files Browse the repository at this point in the history
  • Loading branch information
josmilan authored and georgepadayatti committed Jun 21, 2024
1 parent 0345c65 commit a693a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BBConsentDataAgreementVC: UITableViewController {

// MARK: TableView delegates & datasources
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return 65
return UITableView.automaticDimension
}

override func numberOfSections(in tableView: UITableView) -> Int {
Expand Down

0 comments on commit a693a6f

Please sign in to comment.