From 63ef395f7dc55b59dd5f5b911824fe3721065914 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 9 Sep 2020 09:44:15 +1000 Subject: [PATCH] fix padding in RTL langs closes #757 --- ts/src/stats/graphs.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 8cde479d0..b4e8090e4 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -111,7 +111,8 @@ body { } .range-box-inner > * { - padding-right: 1em; + padding-left: 0.5em; + padding-right: 0.5em; } .graph .area {