Fix radio and label margin in right-to-left layouts
We used `margin-left` in commit b4eba055c, but when using right-to-left
layout, the property we should use is `margin-right`. So we're using
`margin-#{$global-left}` as usual.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
@include radio-or-checkbox-and-label-alignment;
|
||||
|
||||
span {
|
||||
margin-left: 1ch;
|
||||
margin-#{$global-left}: 1ch;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user