fix fr layout
This commit is contained in:
parent
6a225d1ac2
commit
c7285b9053
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module.exports = React.createClass({
|
||||||
var toggleButton;
|
var toggleButton;
|
||||||
if (this.props.withToggleButton) {
|
if (this.props.withToggleButton) {
|
||||||
toggleButton = (
|
toggleButton = (
|
||||||
<div style={{ textAlign: 'center' }}>
|
<div className="mx_ServerConfig_selector">
|
||||||
<input className="mx_Login_radio" id="basic" name="configVisible" type="radio"
|
<input className="mx_Login_radio" id="basic" name="configVisible" type="radio"
|
||||||
checked={!this.state.configVisible}
|
checked={!this.state.configVisible}
|
||||||
onChange={this.onServerConfigVisibleChange.bind(this, false)} />
|
onChange={this.onServerConfigVisibleChange.bind(this, false)} />
|
||||||
|
|
Loading…
Reference in a new issue