You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps your browser simply does not display these properties because they are not active in this context. You also need to add display = Display.FLEX for them to work.
I've been trying to assign the
flex-grow
style like this:expecting a css property of
flex-grow = 1;
in the element that gets rendered. It doesn't appear to have that property:This appears to be the case for
flex-shrink
andorder
but not other properties I tried.The text was updated successfully, but these errors were encountered: