fix login layout on tall screens; limit dialog box width; wait a full second to re-query new HS details

This commit is contained in:
Matthew Hodgson 2015-09-01 01:55:13 +03:00
parent 8214ee8fad
commit 027ab6ee99
3 changed files with 4 additions and 10 deletions

View file

@ -110,7 +110,7 @@ module.exports = React.createClass({
var self = this;
this.updateHsTimeout = setTimeout(function() {
self.onHSChosen();
}, 500);
}, 1000);
},
componentForStep: function(step) {