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:
parent
8214ee8fad
commit
027ab6ee99
3 changed files with 4 additions and 10 deletions
|
@ -110,7 +110,7 @@ module.exports = React.createClass({
|
|||
var self = this;
|
||||
this.updateHsTimeout = setTimeout(function() {
|
||||
self.onHSChosen();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
},
|
||||
|
||||
componentForStep: function(step) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue