-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fxLayoutGap doesnt work properly with fxFlexOrder #608
Comments
Please provide a StackBlitz demo so we can investigate. |
This has a straightforward fix, and I can get this in on Tuesday after the release (or rather, after #567 has been merged). Thanks for finding this! |
* Sort the elements by flex order before applying gap stylings Fixes #608
* Sort the elements by flex order before applying gap stylings Fixes #608
* Sort the elements by flex order before applying gap stylings Fixes #608
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
fxLayoutGap
doesn't seem to work properly withfxFlexOrder
. Try the below code:In case of
gt-xs
DIV A
is shown on right and hasmargin-right
set to15px
, whereasDIV B
is shown on left without margin right.What is the expected behavior?
In case of gt-xs
DIV A
should be shown on right and should havemargin-right
set to0px
, whereasDIV B
should be shown on left with margin right set to15px
.The text was updated successfully, but these errors were encountered: