Group horizontal margin on tabs

This commit is contained in:
James Grugett 2022-08-13 13:50:26 -05:00
parent aeea66491a
commit 0a9df3ac6b

View File

@ -266,7 +266,7 @@ export default function GroupPage(props: {
</Col>
<Tabs
currentPageForAnalytics={groupPath(group.slug)}
className={'mb-0 sm:mb-2'}
className={'mx-2 mb-0 sm:mb-2'}
defaultIndex={tabIndex > 0 ? tabIndex : 0}
tabs={tabs}
/>