Skip to content

Commit

Permalink
Adjust Best Choice height in landscape mode (#234)
Browse files Browse the repository at this point in the history
To be consistent with other tabs.
  • Loading branch information
ZengLawrence authored Nov 3, 2024
1 parent 18c78c1 commit 51e2c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diet-diary",
"version": "2.29.1",
"version": "2.29.2",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/summary/BestChoiceComparisonSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const ServingComparison = (props: { foodGroup: FoodGroup; bestChoice: number; ot
<BestChoiceComparisonChart
bestChoice={props.bestChoice}
others={props.others}
canvasHeight={92}
columnHeight={70}
canvasHeight={106}
columnHeight={84}
/>
</div>

Expand Down

0 comments on commit 51e2c07

Please sign in to comment.