This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a1b7eb3870 fix(sqllab): clean unwanted scrollbar (#22990)
a1b7eb3870 is described below

commit a1b7eb387078f24dd6d5cbf93682d6167d21b557
Author: JUST.in DO IT <[email protected]>
AuthorDate: Tue Feb 7 07:05:09 2023 -0800

    fix(sqllab): clean unwanted scrollbar (#22990)
---
 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 d7626c8cbf..cd7a715e36 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 {

Reply via email to