Merge pull request #4858 from Nostradamos/fix-4804

Fix overflowing login/register buttons on some languages issue #4804
This commit is contained in:
Luke Barnard 2017-08-31 09:51:06 +01:00 committed by GitHub
commit da9dcc8f50
2 changed files with 12 additions and 3 deletions

View file

@ -84,7 +84,7 @@ module.exports = React.createClass({
var self = this;
return (
<div className="mx_SearchBox">
<div className="mx_SearchBox mx_LoginBox">
{ loginButton }
{ toggleCollapse }
</div>