Group horizontal margin on tabs
This commit is contained in:
parent
aeea66491a
commit
0a9df3ac6b
|
@ -266,7 +266,7 @@ export default function GroupPage(props: {
|
||||||
</Col>
|
</Col>
|
||||||
<Tabs
|
<Tabs
|
||||||
currentPageForAnalytics={groupPath(group.slug)}
|
currentPageForAnalytics={groupPath(group.slug)}
|
||||||
className={'mb-0 sm:mb-2'}
|
className={'mx-2 mb-0 sm:mb-2'}
|
||||||
defaultIndex={tabIndex > 0 ? tabIndex : 0}
|
defaultIndex={tabIndex > 0 ? tabIndex : 0}
|
||||||
tabs={tabs}
|
tabs={tabs}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user