Fix custom widget form styling

pull/21833/head
Richard Lewis 2017-06-19 12:06:16 +01:00
parent f676b58c00
commit 80c5a58fc3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default React.createClass({
<div className="mx_Dialog_content">
{appCards}
<hr/>
<form onSubmit={this.onFormSubmit}>
<form className="mx_Custom_Widget_Form" onSubmit={this.onFormSubmit}>
<div>Or enter the URL of the widget to add.</div>
<input type="text" ref="input_value" value={this.state.value}
autoFocus={true} onChange={this.onValueChange} size="30"