Skip to content

Commit

Permalink
Removing lineHeight hard code. (#9567)
Browse files Browse the repository at this point in the history
Addon-docs: Remove hard-coded lineHeight in Typeset block
  • Loading branch information
shilman committed Jan 21, 2020
2 parents 3429aee + 73e9c38 commit cf20e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/src/blocks/Typeset.tsx
Expand Up @@ -15,7 +15,6 @@ const Label = styled.div<{}>(({ theme }) => ({
}));

const Sample = styled.div({
lineHeight: 1,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
Expand Down

1 comment on commit cf20e87

@vercel
Copy link

@vercel vercel bot commented on cf20e87 Jan 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.