payload icon indicating copy to clipboard operation
payload copied to clipboard

fix: corrects localizer positioning in RTL mode

Open HarleySalas opened this issue 3 months ago • 0 comments

What?

Localizer's RTL code was not being applied, to shift it's position to the left side of the screen when the user's account/admin locale was set to a RTL language.

Before: before

After: after

How?

Moved css class to ensure existing css code did not face issues with inheritance.

Fixes #9482

HarleySalas avatar Nov 24 '24 16:11 HarleySalas