Browse Source

Fixes #4975 - The sidebar area in the ticket is very wide in RTL.

Dusan Vuckovic 1 year ago
parent
commit
75846e6d20
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/assets/stylesheets/zammad.scss

+ 2 - 1
app/assets/stylesheets/zammad.scss

@@ -11531,7 +11531,8 @@ output {
 
   .searchableSelect-shadow {
     position: absolute;
-    left: -9999px;
+
+    @include bidi-style(left, -9999px, right, -9999px);
   }
 
   .dropdown-menu {