Skip to content

Commit

Permalink
fix(sqllab): clean unwanted scrollbar (#22990)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Feb 7, 2023
1 parent ce6dd15 commit a1b7eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a1b7eb3

Please sign in to comment.