fix: styled-component style error in tabs (#946)

This commit is contained in:
zhzxang 2019-06-18 16:39:38 +08:00 committed by Roman Hotsiy
parent 753b013eee
commit c488bbf305

View File

@ -98,7 +98,7 @@ export const SmallTabs = styled(Tabs)`
> .react-tabs__tab-panel {
& > div,
& > pre {
padding: ${props => props.theme.spacing.unit * 2} 0;
padding: ${props => props.theme.spacing.unit * 2}px 0;
}
}
`;