Add full width widgets
This commit is contained in:
parent
ae1753bce6
commit
dac154f828
2 changed files with 8 additions and 2 deletions
|
@ -43,7 +43,7 @@ export default React.createClass({
|
|||
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_AppTile" id={this.props.id}>
|
||||
<div className={this.props.fullWdith ? "mx_AppTileFullWidth" : "mx_AppTile"} id={this.props.id}>
|
||||
<div className="mx_AppTileMenuBar">
|
||||
{this.props.name}
|
||||
<span className="mx_AppTileMenuBarWidgets">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue