diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index d7626c8cbf842..cd7a715e36cee 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx +++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx @@ -179,7 +179,7 @@ const StyledSqlEditor = styled.div` border-top: 1px solid ${theme.colors.grayscale.light2}; border-bottom: 1px solid ${theme.colors.grayscale.light2}; width: 3%; - margin: ${theme.gridUnit}px 47%; + margin: ${SQL_EDITOR_GUTTER_MARGIN}px 47%; } .gutter.gutter-vertical {