mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:11:36 +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,
|
||||
margin: 0,
|
||||
whiteSpace: 'nowrap',
|
||||
paddingTop: `${DIRTY_PADDING_TOP_IN_PX}px`,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user