From 061d89bbdac9886d86b392635591f5f6f7d464c7 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 4b03a9592..06631d3f7 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -108,7 +108,8 @@ } .range-box-inner > * { - padding-right: 1em; + padding-left: 0.5em; + padding-right: 0.5em; } .graph .area {