Looking at the image provided, there are multiple divs inside a main div. I am trying to figure out how many rows the main div contains. For instance, in this particular scenario, there are 5 rows.
It is important to mention that the inner div is floated left and its content is generated dynamically.
Any suggestions or thoughts on how to solve this issue?