diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 3ce1257e7..3c6991edb 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -42,6 +42,7 @@ body { .graph h1 { text-align: center; margin-bottom: 0.25em; + margin-top: 1.5em; } .no-domain-line .domain { @@ -95,7 +96,7 @@ body { } .range-box-pad { - height: 4em; + height: 2em; } .range-box-inner { diff --git a/ts/src/stats/graphs.ts b/ts/src/stats/graphs.ts index 29e0194a5..cbb77d895 100644 --- a/ts/src/stats/graphs.ts +++ b/ts/src/stats/graphs.ts @@ -72,7 +72,7 @@ export function defaultGraphBounds(): GraphBounds { marginLeft: 70, marginRight: 70, marginTop: 20, - marginBottom: 40, + marginBottom: 25, }; }