adjust layout row height

pull/386/head
Jade McGough 2016-11-06 23:17:44 -08:00
parent fc2eb308a0
commit e43d814052
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export const LayoutRenderer = React.createClass({
render() {
return (
<ReactGridLayout layout={this.state.layout} isDraggable={false} isResizable={false} cols={12} rowHeight={70} width={1200}>
<ReactGridLayout layout={this.state.layout} isDraggable={false} isResizable={false} cols={12} rowHeight={90} width={1200}>
{this.generateGraphs()}
</ReactGridLayout>
);