diff --git a/site/frontend/src/pages/compare/compile/table/benchmark-detail.vue b/site/frontend/src/pages/compare/compile/table/benchmark-detail.vue index 121b6f605..3191a4c58 100644 --- a/site/frontend/src/pages/compare/compile/table/benchmark-detail.vue +++ b/site/frontend/src/pages/compare/compile/table/benchmark-detail.vue @@ -187,7 +187,7 @@ async function renderGraph( chartRef: Ref ) { const opts: GraphRenderOpts = { - width: Math.min(window.innerWidth / 2 - 40, 380), + width: Math.min(window.innerWidth - 40, 465), renderTitle: false }; if (date !== null) {