Skip to content

Commit

Permalink
Update packages/x-charts/src/ChartContainer/ResizableContainer.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Jose C Quintas Jr <[email protected]>
  • Loading branch information
JCQuintas authored Nov 18, 2024
1 parent a0e960a commit f620c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ResizableContainerRoot = styled('div', {
alignItems: 'center',
justifyContent: 'center',
overflow: 'hidden',
'& svg': {
'&>svg': {
width: '100%',
height: '100%',
},
Expand Down

0 comments on commit f620c87

Please sign in to comment.