diff --git a/resources/static/dialog/js/modules/is_this_your_computer.js b/resources/static/dialog/js/modules/is_this_your_computer.js
index ebf40b322a7189d7288f2f914e4e504f1824752e..5a898e5827fe0588cc62206ef9f7a3b3fa9e0bfa 100644
--- a/resources/static/dialog/js/modules/is_this_your_computer.js
+++ b/resources/static/dialog/js/modules/is_this_your_computer.js
@@ -30,6 +30,9 @@ BrowserID.Modules.IsThisYourComputer = (function() {
       self.click("#this_is_not_my_computer", self.no);
 
       // Force all the buttons to be of equal width
+      self.bind(window, "resize", function() {
+        domHelpers.makeEqualWidth("#your_computer_content button");
+      });
       domHelpers.makeEqualWidth("#your_computer_content button");
 
       Module.sc.start.call(self, options);