Looks like the only solution to your problem is to set a min-height or a fixed height to your elements to that there are no inconsistensies that cause your issues.
add this:
.file-row-contain {
min-height:250px;
}
...set height according to your needs