CSS for IntegrationsManager
This commit is contained in:
parent
ac24d6707f
commit
c4d408d095
2 changed files with 17 additions and 4 deletions
|
@ -48,8 +48,8 @@ module.exports = React.createClass({
|
|||
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_IntegrationManager">
|
||||
<iframe src={ this.props.src } width={640} height={600}></iframe>;
|
||||
<div className="mx_IntegrationsManager">
|
||||
<iframe src={ this.props.src }></iframe>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue