From 1242121de7239f9d1db5b3eed6cebf07d5f48ed0 Mon Sep 17 00:00:00 2001 From: Bola Ahmed Buari Date: Tue, 15 Jun 2021 06:18:23 +0000 Subject: [PATCH] Fixes #3500 - Overview names are hidden in mobile view for RTL languages --- app/assets/stylesheets/zammad.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 8f7d401bb..0c121c860 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2446,6 +2446,7 @@ input.has-error { .navigation.is-hovered ~ &, .navigation:active ~ & { transform: translateX(#{$mobileNavigationWidthOpen - $mobileNavigationWidth}); + @include rtl(transform, translateX(-#{$mobileNavigationWidthOpen - $mobileNavigationWidth})); } } }