You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
Fix custom widget form styling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user