Skip to content

Commit

Permalink
Fix #86, setting the correct css attribute - min-height instead of he…
Browse files Browse the repository at this point in the history
…ight.
  • Loading branch information
coiouhkc committed Jan 9, 2012
1 parent 996d0c4 commit 53c769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/js/utils.js
Expand Up @@ -85,5 +85,5 @@ function equalHeight(group) {
tallest = thisHeight;
}
});
group.height(tallest);
group.css("min-height", tallest);
}

0 comments on commit 53c769f

Please sign in to comment.