Skip to content

Commit

Permalink
Fix left chart offset for >1000% effort blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 23, 2024
1 parent e16100c commit 27ac2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/farmer-won-blocks/farmer-won-blocks.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class FarmerWonBlocksComponent implements OnInit, OnDestroy {
}
},
grid: {
left: 45,
left: 48,
top: 30,
right: 10,
bottom: 20,
Expand Down

0 comments on commit 27ac2e4

Please sign in to comment.