SOLVED: The position of the clear icon in the search-filter element (RTL)

Browser: Chrome 130.0.6723.59
OS: Windows

Hi bricks team,

If the language of the site is RTL and in the Bricks settings, the css loading method is external, the position of the clear icon will be displayed incorrectly.

Screenshot

Thank you,

I’ve added this task to the existing task :slight_smile:

For the time being, you can use this workaround:

%root% i{
  right: unset;
}

Matej

1 Like

Hi Matej👋

This bug has also been fixed in 1.12.

Thank you