Removing lineHeight hard code. (#9567)

Addon-docs: Remove hard-coded lineHeight in Typeset block
This commit is contained in:
Michael Shilman 2020-01-21 09:35:26 +08:00 committed by GitHub
commit cf20e8719f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ const Label = styled.div<{}>(({ theme }) => ({
}));
const Sample = styled.div({
lineHeight: 1,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',