You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
After a long trial & error with margin-left and margin-right for RTL sites, I realized that
customizr/inc/assets/less/bootstrap/mixins.less doesn't have correlation between the calculated "float" direction and the margin property. I suggest to replace every margin-left that has a value other than auto (or zero when used together with margin-right), with calculated variable according to the float direction.
The text was updated successfully, but these errors were encountered:
Hello,
After a long trial & error with margin-left and margin-right for RTL sites, I realized that
customizr/inc/assets/less/bootstrap/mixins.less doesn't have correlation between the calculated "float" direction and the margin property. I suggest to replace every margin-left that has a value other than auto (or zero when used together with margin-right), with calculated variable according to the float direction.
The text was updated successfully, but these errors were encountered: