Parent components ignore minHeight when parent's flexDirection is column #1683
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
<Layout config={{useWebDefaults: false}}>
<Node style={{width: 350, padding: 20, display: 'flex', flexDirection: 'row'}}>
<Node style={{display: 'flex', flexGrow: 1, flexShrink: 1, flexBasis: 0, flexDirection: 'column'}}>
<Node style={{width: 20, height: 20, minHeight: 40}} />
<Node style={{display: 'flex', flexGrow: 1, flexShrink: 1, flexBasis: 0, flexDirection: 'column'}}>
<Node style={{width: 20, height: 20 }} />