1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Fix custom widget form styling

This commit is contained in:
Richard Lewis
2017-06-19 12:06:16 +01:00
parent f676b58c00
commit 80c5a58fc3

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"