Skip to content
Snippets Groups Projects
Commit 010b7d2b authored by Maz Ameli's avatar Maz Ameli
Browse files

change bg color and use minHeight: 100%

parent e6be2789
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,12 @@ export class Dashboards extends Component {
return (
<LoadingAndErrorWrapper
style={{
backgroundColor: "#f9fbfc",
minHeight: "100%"
}}
loading={isLoading}
className={cx("relative mx4", {"flex flex-full flex-column": noDashboardsCreated})}
className={cx("relative px4", {"flex flex-full flex-column": noDashboardsCreated})}
>
{ modalOpen ? this.renderCreateDashboardModal() : null }
<div className="flex align-center pt4 pb1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment