Skip to content

Commit

Permalink
Merge pull request #694 from janmonschke/bugfix/overflowing-code-editor
Browse files Browse the repository at this point in the history
fix: overflowing code editor
  • Loading branch information
helloanoop committed Oct 22, 2023
2 parents 6b85323 + 16cf654 commit ffa4708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const StyledWrapper = styled.div`
background: ${(props) => props.theme.codemirror.bg};
border: solid 1px ${(props) => props.theme.codemirror.border};
font-family: ${(props) => (props.font ? props.font : 'default')};
line-break: anywhere;
}
.CodeMirror-overlayscroll-horizontal div,
Expand Down

0 comments on commit ffa4708

Please sign in to comment.