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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
fix(fxFlex): restore correct styles after fxLayoutAlign is applied (#1038)
There is currently a race condition when `fxFlex` and `fxLayoutAlign`
are present on the same element. Both directives end up injecting
`max-width`/`max-height` stylings onto their host element, which
leads to a conflict when both are present.
The intended behavior is to have child elements take precandence
due to their higher specificity/importance, so this commit adds
a watcher for a sibling `fxLayoutAlign` in `fxFlex` to retrigger
styles.
Fixes#1038
0 commit comments