I tried adding the height to the a tag, but I get a JS error:
TypeError: can’t access dead object
…lve(t)}catch®{n.reject®}}:t.bind(n[r],n)},l=function(e,t,n){return a(e)&&n._…
widgets.js line 14
I also tried to set it dynamically based on another element without success…
jQuery(document).ready(function($) {
$(’#twitter-widget-0’).height($(’#current_news’).height());
});