mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Forgot to remove dirty padding
This commit is contained in:
parent
1750d0e6fc
commit
7ffeb315ce
@ -30,7 +30,6 @@ const Expandable = styled.div<{}>(codeCommon, ({ theme }) => ({
|
|||||||
color: theme.color.secondary,
|
color: theme.color.secondary,
|
||||||
margin: 0,
|
margin: 0,
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
paddingTop: `${DIRTY_PADDING_TOP_IN_PX}px`,
|
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user