From 658a009ec4296be71a2648c074ccf2fffd82f626 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 16 Jul 2020 13:28:06 +1000 Subject: [PATCH] tweak spacing --- ts/src/stats/graphs.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 2559291cf..3b12ff522 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -28,9 +28,8 @@ body { background: $day-tooltip-bg; } -.graph-tooltip td { - padding-left: 1em; - padding-right: 1em; +.graph-tooltip table { + border-spacing: 1em 0; } .graph {