Skip to content

Commit

Permalink
Remove duplicates (thanks deepscan)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Aug 20, 2020
1 parent 94566af commit f61dc8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/src/blocks/ArgsTable/ArgValue.tsx
Expand Up @@ -47,8 +47,6 @@ const Text = styled.span<{ simple?: boolean }>(codeCommon, ({ theme, simple = fa
paddingTop: '2px',
paddingBottom: '2px',
lineHeight: '13px',
whiteSpace: 'normal',
maxWidth: '100%',
...(simple && {
background: 'transparent',
border: '0 none',
Expand Down

0 comments on commit f61dc8d

Please sign in to comment.