I would like the horizontal layout select to fill the available space (the size selector in the landing page). With vertical layout it is possible to pass a class with align-self: stretch in it. But with the horizontal layout the inner component overrides the passed in class' flex properties.
Thinking further I think it would better if the defaults were filling the available space, and it would be possible to override this behavior.
I would like the horizontal layout select to fill the available space (the size selector in the landing page). With vertical layout it is possible to pass a class with
align-self: stretch
in it. But with the horizontal layout the inner component overrides the passed in class' flex properties.Thinking further I think it would better if the defaults were filling the available space, and it would be possible to override this behavior.