Let me use min-width/height outside of layouts

Currently I can set a min width for objects that are inside a layout. Which is all nice and cool, but it would also make sense to set these for components outside of layouts.

For example: I have a button component. It resizes based on the width of the label that is inside. However I want it to have a minimum width so the button can never shrink beyond a certain width, even if someone would enter a very short label:

5 Likes

Ooh yeah, this would be really helpful for responsive designs. Another example would be for form fields… even when a text input is empty, you want it to have a minimum width.