From 36a6596897c7380ccfeb205ebe9c9ab444910d62 Mon Sep 17 00:00:00 2001 From: Iman Date: Sat, 12 Jan 2019 13:11:26 +0330 Subject: [PATCH] margin-right for keyhints --- css/80_app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 811c0fc85..b15ec1438 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4487,6 +4487,10 @@ svg.mouseclick use.right { margin-left: 5px; } +[dir='rtl'] .tooltip-inner .keyhint { + margin-left: 0; + margin-right: 5px; +} /* dark tooltips for sidebar / panels */ .map-pane .tooltip.top .tooltip-arrow,