Commit f69851f7 by jhrabal

radegast

parent de503827
...@@ -197,12 +197,12 @@ class Home extends Component { ...@@ -197,12 +197,12 @@ class Home extends Component {
</div> </div>
</div> </div>
<div className="dashboard-row"> <div className="dashboard-row">
<div className="col-md-4 col-sm-6"> <div className="col-md-4">
<div className="p10 min-height-120"> <div className="p10 min-height-120">
<DashboardList from={ from } to={ to } i18n={ i18n } onRefresh={ this.init } /> <DashboardList from={ from } to={ to } i18n={ i18n } onRefresh={ this.init } />
</div> </div>
</div> </div>
<div className="col-md-8 col-sm-6 p10"> <div className="col-md-8 p10">
<DashboardSummary i18n={ i18n } onRefresh={ this.init }/> <DashboardSummary i18n={ i18n } onRefresh={ this.init }/>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment