Browse Source

Fix height for dashboard

jnfrati 4 years ago
parent
commit
cb7b3ce255
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/main/home/Home.tsx

+ 1 - 0
dashboard/src/main/home/Home.tsx

@@ -541,6 +541,7 @@ const ViewWrapper = styled.div`
 const DashboardWrapper = styled.div`
   width: calc(85%);
   min-width: 300px;
+  height: fit-content;
 `;
 
 const StyledHome = styled.div`