Skip to content

Commit

Permalink
#53 #note_2324894910 RM Analysis chart left borders removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Veloti committed Jan 31, 2025
1 parent 560cfca commit 37fc1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/interfaces/TeamDashboard/RmAnalysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ const RmAnalysis = ({ slug }: PiaAnalysisProps) => {
<>
<h4>{t('rm-overview')}</h4>
<div className="flex flex-wrap md:flex-nowrap md:flex-row justify-around mb-2 w-full">
<div className="w-full md:w-[49%] flex flex-col items-center stats p-4 stat-value shadow">
<div className="w-full md:w-[49%] flex flex-col items-center p-4 stat-value shadow">
<div className="text-center text-lg font-semibold">
{t('current-risk-rating')}
</div>
<div className="flex-grow flex items-center justify-center w-full">
<DashboardPieChart datasets={calculateRiskDistribution(tasks)} />
</div>
</div>
<div className="w-full md:w-[49%] flex flex-col items-center stats p-4 stat-value shadow">
<div className="w-full md:w-[49%] flex flex-col items-center p-4 stat-value shadow">
<div className="text-center text-lg font-semibold">
{t('target-risk-rating')}
</div>
Expand Down

0 comments on commit 37fc1d9

Please sign in to comment.