mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
fix(dashboard): restore spacing for charts inside Tabs layout (#38729)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user