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.
<divfxHidefxShow.gt-sm><divfxLayout="row" fxLayoutAlign="start center" fxFlex="0 1 auto">
This content doesn't get hidden on small screen size!
</div></div>
There is no fxLayout on the parent element, and because of that, fxFlex puts display: flex to the parent item in order to work correctly and that overrides the display: none from fxHide.
If I put fxLayout="row" to the parent element, fxHide works as expected. It also works correctly when resizing the window.
What is the use-case or motivation for changing an existing behavior?
It's a bug.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?