One solution is to define widget heights statically by using CSS. For me, following code works for a Twitter widget with 400px height.
#twitter_timeline-4 {
height: 460px;
}
You need to adjust id and the height value for your theme. I hope this could help you.