Closed Jiroun closed 2 years ago
Before RTL: .iti-flag.ae { height: 10px; background-position: -44px 0; }
after RTL: .iti-flag.ae { height: 10px; background-position: right -44px top 0; }
this is couase a problem in flags as all flags in One Picture just this number -44px specify the correct flag
You can use a control directive to ignore flipping this value.
See https://rtlcss.com/learn/usage-guide/control-directives/#Ignore
I solved the problem by using old ver of the library
Before RTL: .iti-flag.ae { height: 10px; background-position: -44px 0; }
after RTL: .iti-flag.ae { height: 10px; background-position: right -44px top 0; }
this is couase a problem in flags as all flags in One Picture just this number -44px specify the correct flag