Please go to demo https://demos.telerik.com/aspnet-core/tilelayout/resizing and decrease width and height of all 3 items to 1 row and 1 column
-> the height of the TileLayout container decreases to the height of 1 row.
How can I increase it again or keep a specified height?
I can set a minimum height in pixels by HtmlAttributes, but no percentual or calculated value.