Pārlūkot izejas kodu

feat: give charts a bit more room to breath

Jose Diaz-Gonzalez 2 gadi atpakaļ
vecāks
revīzija
6a1e7130f4

+ 1 - 1
dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsChart.tsx

@@ -376,7 +376,7 @@ const RowWrapper = styled.div`
 const StyledMetricsChart = styled.div`
   width: 100%;
   min-height: 240px;
-  height: calc(100vh - 800px);
+  height: calc(100vh - 700px);
   display: flex;
   flex-direction: column;
   position: relative;