Forgot to remove dirty padding

This commit is contained in:
Patrick Lafrance 2019-11-27 13:40:21 -05:00 committed by GitHub
parent 1750d0e6fc
commit 7ffeb315ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
}));