diff --git a/Tusker/Screens/Account List/AccountListTableViewController.swift b/Tusker/Screens/Account List/AccountListTableViewController.swift index c001a3167e..8d3190fe4a 100644 --- a/Tusker/Screens/Account List/AccountListTableViewController.swift +++ b/Tusker/Screens/Account List/AccountListTableViewController.swift @@ -32,7 +32,8 @@ class AccountListTableViewController: EnhancedTableViewController { tableView.register(UINib(nibName: "AccountTableViewCell", bundle: .main), forCellReuseIdentifier: accountCell) - tableView.rowHeight = 66 + tableView.rowHeight = UITableView.automaticDimension + tableView.estimatedRowHeight = 66 tableView.alwaysBounceVertical = true