From 778ff078f85b11198d3defa37b73a1cd4d752317 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 11 Jan 2019 09:40:37 -0500 Subject: [PATCH] fix: #450 usercard on RTL --- less/rtl.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/rtl.less b/less/rtl.less index 3bc77d5..b661957 100644 --- a/less/rtl.less +++ b/less/rtl.less @@ -124,4 +124,9 @@ html[data-dir="rtl"] { padding-left: 10px; } } + + .persona-usercard { + left: inherit; + right: 0; + } }