eufemia icon indicating copy to clipboard operation
eufemia copied to clipboard

fix(Flex.Container): fix issue where `space` object was ignored in nested `Flex.Containers`

Open joakbjerk opened this issue 10 months ago • 3 comments

Proposal to fix issue where the space prop was overwritten on Flex.Container ``children nested inside another Flex.Container.

Not sure if this is the best method to fix this issue 🤔

With this composition: Screenshot 2024-04-25 at 10 45 34

Before: Screenshot 2024-04-25 at 10 45 11

After:

Screenshot 2024-04-25 at 10 44 46

joakbjerk avatar Apr 25 '24 08:04 joakbjerk