Skip to content

Commit

Permalink
Fixed width of chart on first fold.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegetableman committed Jan 1, 2025
1 parent e39c710 commit c717d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/threeVs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ export default function ThreeVs(props: any) {
</div>

<div className='flex justify-center h-[500px] xl:hidden'>
<div className='relative top-28 w-[300px] h-[200px]'>
<div className='relative top-28 w-[265px] h-[200px]'>
<RadarChart activeSection={0} datasets={datasets} currentDataset={currentDataset} inline={true} viewBox="0 0 220 220" hoveredCard={hoveredCard} />
</div>
</div>
Expand Down

0 comments on commit c717d66

Please sign in to comment.