diff --git a/src/common-elements/tabs.ts b/src/common-elements/tabs.ts index f1229796..b1ad066a 100644 --- a/src/common-elements/tabs.ts +++ b/src/common-elements/tabs.ts @@ -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; } } `;