mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Removing lineHeight hard code. (#9567)
Addon-docs: Remove hard-coded lineHeight in Typeset block
This commit is contained in:
commit
cf20e8719f
@ -15,7 +15,6 @@ const Label = styled.div<{}>(({ theme }) => ({
|
||||
}));
|
||||
|
||||
const Sample = styled.div({
|
||||
lineHeight: 1,
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
|
Loading…
x
Reference in New Issue
Block a user