snaha / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Cannot make horizontal layout select to fill space #199

Closed agazso closed 5 months ago

agazso commented 5 months ago

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.

agazso commented 5 months ago

It is confirmed that the default behavior should be to fill the available space. See #208