From e40209f3f67097c613938f38f0eaa6a435d63b30 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 14 Feb 2018 14:49:26 +0100 Subject: [PATCH] fix #1831 Close search button at the wrong side when using RTL language --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 03b806c44..dbc5be571 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -3394,7 +3394,7 @@ footer { .empty-search { position: absolute; - right: 0; + @include bidi-style(right, 0, left, auto); top: 0; height: 30px; width: 40px;