I wrote Angular application and use angular material with flexLayout.
I have a problem with style direction:rtl
The fxLayoutGap appear as right margin before each element except for the last.
See the exmple here: stackblitz angular material flex layout rtl gap
(I successed to resolve the issue with empty div after the last element but is so ugly... See stackblitz angular material flex layout rtl gap with empty div)
Any idea?