I'm attempting to design a dynamic layout using the -webkit-box
property.
While the box adjusts properly when the children grow, I've noticed that when the children are resized smaller, the box remains in an enlarged state, especially with multiple children.
Is this a deliberate feature or a bug? Is there a way to fix this without using JavaScript?
I'm currently using Chrome version 22.0.1229.39 beta.
Here's an example on jsfiddle for reference.