Absolutely positioned container does not shrink to fit children if a child contains flex-direction of row #21955
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Or if their child contains
width: '100%'
.Dunno if I'm in that niche territory, but this has taken me a very long time to spot the source of the problem. I hope this can be fixed so that the next person doesn't have to.
Comment out either
flexDirection: row
orwidth
underheaderContent
.https://snack.expo.io/S1Pdpkgh7
And here's the expected behavior:
https://codepen.io/BANANATRANADA/pen/jeXoLj
The text was updated successfully, but these errors were encountered: