Skip to content

Commit

Permalink
change containerType from inline-size to size to block children expan…
Browse files Browse the repository at this point in the history
…sion in inlin e and block direction
  • Loading branch information
JeanMarcMilletScality committed Jun 24, 2024
1 parent a8c9a23 commit 2f1e236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/tabsv2/Tabsv2.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function Tabs({
return (
<TabsContext.Provider value={true}>
<TabsContainer
style={{ containerType: 'inline-size' }}
style={{ containerType: 'size' }}
className={['sc-tabs', className].join(' ')}
tabLineColor={tabLineColor}
separatorColor={separatorColor}
Expand Down

0 comments on commit 2f1e236

Please sign in to comment.