fix #1831 Close search button at the wrong side when using RTL language
This commit is contained in:
parent
55421ba912
commit
e40209f3f6
1 changed files with 1 additions and 1 deletions
|
@ -3394,7 +3394,7 @@ footer {
|
|||
|
||||
.empty-search {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@include bidi-style(right, 0, left, auto);
|
||||
top: 0;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
|
|
Loading…
Reference in a new issue