We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0b295 commit 18fd891Copy full SHA for 18fd891
src/cargo/core/compiler/timings.js
@@ -42,7 +42,7 @@ function init_graph_scale() {
42
43
// If we ran out of space, return the previous scale
44
if (width > max_available_space) {
45
- return Math.max(1, scale);
+ return Math.max(1, scale - 1);
46
}
47
48
// The user has a very wide display, use the highest possible scale
0 commit comments