Skip to content

Commit

Permalink
remove letter-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Nov 14, 2022
1 parent ed94af6 commit 8404d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/modules/components/DemoEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const StyledMarkdownElement = styled(MarkdownElement)(({ theme }) => ({

const StyledSimpleCodeEditor = styled(SimpleCodeEditor)(({ theme }) => ({
...theme.typography.body2,
letterSpacing: '0.01071em', // must sync with MarkdownElement.js#L42, otherwise the text will overlap when highlight the code.
fontSize: theme.typography.pxToRem(13),
fontFamily: theme.typography.fontFamilyCode,
fontWeight: 400,
Expand Down

0 comments on commit 8404d65

Please sign in to comment.