thais-molica / css-template-layout

Automatically exported from code.google.com/p/css-template-layout
0 stars 0 forks source link

Element height is not correctly determined in multi-row scenarios #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I define a multi-row template (like this: "a.b" ".c." "d.e") on a 
container with a fixed height (in this example 240px) the contained elements 
always get a height of "auto" instead of the required 80px (1/3 of the space).

Original issue reported on code.google.com by teh.schu...@gmail.com on 27 Dec 2011 at 1:00