- Issue created by @scott_euser
- 0aa43ac4 committed on 1.0.x
Issue #3525406: Use logical properties for RTL compatibility
- 0aa43ac4 committed on 1.0.x
- 🇬🇧United Kingdom dahousecat
I did not know about the
margin-inline-end
css property so thanks - I will find that useful in a number of other projects I have going on.However from my testing it was not creating the gap as required, as least with the rest of my theme present, so I have use
grid-gap
instead, as it will consistently place the margin between the 2 elements, regardless of text direction. Automatically closed - issue fixed for 2 weeks with no activity.