Skip to content

Commit

Permalink
[@mantine/core] Tabs: Add items wrapping to Tabs.List to avoid horizo…
Browse files Browse the repository at this point in the history
…ntal scroll
  • Loading branch information
rtivital committed Aug 28, 2022
1 parent 8bcde42 commit 4e6dd62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mantine-core/src/Tabs/TabsList/TabsList.styles.ts
Expand Up @@ -44,6 +44,7 @@ export default createStyles((theme, params: TabsListStylesParams) => {
return {
tabsList: {
display: 'flex',
flexWrap: 'wrap',
flexDirection: vertical ? 'column' : 'row',
justifyContent: GROUP_POSITIONS[params.position],

Expand Down

0 comments on commit 4e6dd62

Please sign in to comment.