Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Parent container flexbox injection logic is wrong #272

@ThomasBurleson

Description

@ThomasBurleson

When a Flex Layout directive is used on a child element, it expects the parent to work as a FlexBox container. If the parent does not have "display:flex" stylings, then these are injected, inline onto the parent.

If the parent has a classname that defines the FlexBox stylings, these are ignored as only the inline styles are checked. This is wrong.

Metadata

Metadata

Labels

P2Issue that is important to resolve as soon as possiblehas prA PR has been created to address this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions