diff --git a/superset-frontend/src/SqlLab/components/SouthPane.jsx b/superset-frontend/src/SqlLab/components/SouthPane.jsx index 26b64a436d8fc..62b42f4321423 100644 --- a/superset-frontend/src/SqlLab/components/SouthPane.jsx +++ b/superset-frontend/src/SqlLab/components/SouthPane.jsx @@ -74,7 +74,7 @@ const StyledPane = styled.div` } .tab-content { .alert { - margin-top: 10px; + margin-top: ${({ theme }) => theme.gridUnit * 2}px; } button.fetch {