Hello,

The address field doesn't float to the right and still has the margin to its right because the LTR rules take precedence, here's the fix:

@@ -1,10 +1,10 @@
-.addressfield-container-inline > div.form-item {
+div.addressfield-container-inline > div.form-item {
   float: right;
   margin-right: 0;
   margin-left: 1em;
 }
 
-.addressfield-container-inline.country-GB > div.form-item {
+div.addressfield-container-inline.country-GB > div.form-item {
   margin-left: auto;
   margin-right: 0;
 }

Thanks,
Nabil

Comments

kadimi’s picture

Title: RTL CSS file is useless dur to wrong CSS selectors » RTL CSS file is useless due to wrong CSS selectors
rszrama’s picture

Priority: Major » Normal
Status: Active » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.