Skip to content

Commit

Permalink
fix: styled-component style error in tabs (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzxang authored and RomanHotsiy committed Jun 18, 2019
1 parent 753b013 commit c488bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-elements/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
`;

0 comments on commit c488bbf

Please sign in to comment.