Skip to content

Commit

Permalink
remove white space styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jan 18, 2020
1 parent cbb48bb commit 0bad835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/src/syntaxhighlighter/syntaxhighlighter.tsx
Expand Up @@ -80,7 +80,6 @@ const Code = styled.code({
flex: 1,
paddingRight: 0,
opacity: 1,
whiteSpace: 'pre',
});

export interface SyntaxHighlighterProps {
Expand Down

0 comments on commit 0bad835

Please sign in to comment.