From 270e1440a1fdf32530c5ae4571da153449a0bcad Mon Sep 17 00:00:00 2001 From: justin-park Date: Fri, 3 Feb 2023 10:39:57 -0800 Subject: [PATCH] fix(sqllab): clean unwanted scrollbar --- superset-frontend/src/SqlLab/components/SqlEditor/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {