@@ -615,7 +615,7 @@ const ViewWrapper = styled.div`
`;
const DashboardWrapper = styled.div`
- width: calc(83% + 50px);
+ width: calc(85%);
min-width: 300px;
@@ -48,7 +48,7 @@ GraphSection.contextType = Context;
const StyledGraphSection = styled.div`
width: 100%;
- min-height: 450px;
+ min-height: 400px;
height: 50vh;
font-size: 13px;
overflow: hidden;
@@ -142,7 +142,7 @@ const StyledListSection = styled.div`
display: flex;
@@ -119,7 +119,7 @@ const StyledValuesYaml = styled.div`
flex-direction: column;
@@ -679,7 +679,7 @@ const MetricsLabel = styled.div`
const StyledMetricsSection = styled.div`
@@ -154,7 +154,7 @@ const StyledStatusSection = styled.div`
user-select: text;
@@ -132,6 +132,6 @@ const TitleSectionAlt = styled(TitleSection)`
const StyledIntegrations = styled.div`
@@ -401,6 +401,6 @@ const TemplateList = styled.div`
const TemplatesWrapper = styled.div`
@@ -117,7 +117,7 @@ const Warning = styled.div`
const StyledProjectSettings = styled.div`
height: 100vh;