Pārlūkot izejas kodu

Fix height for dashboard

jnfrati 3 gadi atpakaļ
vecāks
revīzija
cb7b3ce255
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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`
 const DashboardWrapper = styled.div`
   width: calc(85%);
   width: calc(85%);
   min-width: 300px;
   min-width: 300px;
+  height: fit-content;
 `;
 `;
 
 
 const StyledHome = styled.div`
 const StyledHome = styled.div`