While i set flex-direction: column and align-items:flex-start(or any value except default which is called "stretch"), Which auto assigned CSS property controls width of the flex items?
I know that flex-basis controls height when I set flex-direction:column (since the main-axis is top to bottom). But I really wonder that which property does it control "width" of that flex item in this situation?