I upgraded my project to Angular 7 and with Flex Layout 7.0.0-beta.24. and I have noticed that some issues are presenting that I was not experiencing previously.
When I open up an element all the inner elements are inline (before) and should display in a column. Closing and opening the element then stacks the elements in a column as expected(after).
I have tried changing the height of the element in css as I read that this might be the cause but it is not. Since the project was working in a previous version I dont want to jump in and make changes incase this is a bug and will be fixed in a new release.
Is anyone experiencing anything similar?