Column Container and Flex Embedded Views

Hello there,

I have a template view I created under Flex Container (window size: 110) having wrap enabled.
I have a main view with Column Container root on which I have placed the template I created before.

Now the height of embedded view template is set to Auto to make it responsive.
What I want to happen is, that template should stay with height of 110 and when screen becomes small, It would wrap, so it should wrap and increase embedded view height as required. While doing this I want that template to maintain its minimum height of 110. Is it possible to do so?

I tried using minHeight property (like where do we use minWidth or minHeight??) but it did not work. Also tried adding embedded inside another flex but still no success. Please suggest