Merge remote-tracking branch 'origin/develop' into develop

pull/5777/head
Weblate 2017-12-18 21:44:48 +00:00
commit 707cb47e10
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class GenericEditor extends DevtoolsComponent {
<label htmlFor={id}>{ label }</label>
</div>
<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>;
}