tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

Row,Col: set flex-shrink:0 by default on children #82

Closed liam-fitzgerald closed 3 years ago

liam-fitzgerald commented 3 years ago

Some browsers do not respect the minimum height of flex children. Sets flex-shrink:0 on the children of Row and Col, so as to avoid this bug.

Repro: Capture d’écran 2020-11-06 à 1 19 32 PM