mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
707cb47e10
@ -60,7 +60,7 @@ class GenericEditor extends DevtoolsComponent {
|
|||||||
<label htmlFor={id}>{ label }</label>
|
<label htmlFor={id}>{ label }</label>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_DevTools_inputCell">
|
<div className="mx_DevTools_inputCell">
|
||||||
<input id={id} onChange={this._onChange} value={this.state[id]} size="32" />
|
<input id={id} className="mx_TextInputDialog_input" onChange={this._onChange} value={this.state[id]} size="32" />
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user