Skip to content

Commit

Permalink
fix(sqllab): clean unwanted scrollbar (apache#22990)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored and PawankumarES committed Feb 13, 2023
1 parent c79dd8f commit 1aa135f
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 1aa135f

Please sign in to comment.