Skip to content

Commit

Permalink
Make top chart wide
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendPeter committed Dec 16, 2024
1 parent da6edaa commit 575c50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function PRResultsViewer() {
remainingVoters = Math.round(remainingVoters*10)/10;
return <ResultsViewer methodKey='star_pr'>
<WidgetContainer>
<Widget title={t('results.star_pr.chart_title')}>
<Widget title={t('results.star_pr.chart_title')} wide>
<Typography>
Total scores for the {remainingVoters} remaining unrepresented voters
</Typography>
Expand Down

0 comments on commit 575c50b

Please sign in to comment.