Merge pull request #5700 from iriman/patch-1

margin-right for keyhints in rtl locale
This commit is contained in:
Bryan Housel
2019-01-12 08:39:35 -05:00
committed by GitHub
+4
View File
@@ -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,