Fixed !important disables RTL replacements

refael

Well-known member
Tested just with floats, but I guess it may affect also other css properties.
HTML:
float: right !important;
Won't be replaced to `float: left !important` in RTL languages.
 
Top Bottom