fix(dashboard): restore spacing for charts inside Tabs layout (#38729)

This commit is contained in:
Mayank Aggarwal
2026-05-13 22:14:05 +05:30
committed by GitHub
parent 6216e57490
commit a50de459ae

View File

@@ -315,6 +315,7 @@ const StyledDashboardContent = styled.div<{
background-color: ${theme.colorBgContainer};
position: relative;
padding: ${theme.sizeUnit * 4}px;
box-sizing: border-box;
overflow-y: visible;
// transitionable traits to show filter relevance
@@ -332,7 +333,7 @@ const StyledDashboardContent = styled.div<{
&.fade-out {
border-radius: ${theme.borderRadius}px;
box-shadow: none;
box-shadow: 0 0 0 1px ${addAlpha(theme.colorBorder, 0.5)};
}
& .missing-chart-container {