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; + } }