You've already forked matrix-react-sdk
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:
@@ -74,7 +74,7 @@ export default React.createClass({
|
|||||||
<div className="mx_Dialog_content">
|
<div className="mx_Dialog_content">
|
||||||
{appCards}
|
{appCards}
|
||||||
<hr/>
|
<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>
|
<div>Or enter the URL of the widget to add.</div>
|
||||||
<input type="text" ref="input_value" value={this.state.value}
|
<input type="text" ref="input_value" value={this.state.value}
|
||||||
autoFocus={true} onChange={this.onValueChange} size="30"
|
autoFocus={true} onChange={this.onValueChange} size="30"
|
||||||
|
|||||||
Reference in New Issue
Block a user