diff --git a/web/styles.css b/web/styles.css index c5f0fdc..5cdc19f 100644 --- a/web/styles.css +++ b/web/styles.css @@ -268,7 +268,7 @@ li:hover { } .statistics-container { - width: min(900px, calc(100% - 40px)); + width: min(1800px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 48px; } @@ -333,13 +333,12 @@ li:hover { .issue-plot-frame { position: relative; - min-height: 460px; } #issue-plot-canvas { display: block; width: 100%; - height: 460px; + height: max(460px, calc(100vh - 260px)); } .issue-plot-tooltip {