CSS for IntegrationsManager

This commit is contained in:
Matthew Hodgson 2016-05-18 17:02:39 +01:00
parent ac24d6707f
commit c4d408d095
2 changed files with 17 additions and 4 deletions

View file

@ -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>
);
}