diff --git a/Ring/Ring/Features/Me/Me/MeViewController.swift b/Ring/Ring/Features/Me/Me/MeViewController.swift
index 711ef3eb7644b2b0dc35ded80b78fe92f277b509..5363aeb5a3f616e4c7c089f8963e31311a3e9ef4 100644
--- a/Ring/Ring/Features/Me/Me/MeViewController.swift
+++ b/Ring/Ring/Features/Me/Me/MeViewController.swift
@@ -322,6 +322,8 @@ class MeViewController: EditProfileViewController, StoryboardBased, ViewModelBas
                     cell.textLabel?.textAlignment = .center
                     cell.selectionStyle = .none
                     let button = UIButton.init(frame: cell.frame)
+                    let size = CGSize(width: self.view.frame.width, height: button.frame.height)
+                    button.frame.size = size
                     cell.addSubview(button)
                     button.rx.tap.subscribe(onNext: { [weak self] in
                         self?.confirmRemoveAccountAlert()