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.
A <div fxFlex="100px"> results in style="flex: 1 1 100px" which seems fine to me. However, it also sets style="max-height: 100px; min-height: 100px" which effectively counteracts any flex layout.
See https://plnkr.co/edit/twG9Ps for a demo. The outer height:500px should define the size. The inner fxFlex="100px" should then only define the flex-base to be stretched to the remainder of the outer 500px. This does not happen.