The height of the map is set with this piece of css in css/maplistprocore.css:
.prettyMapList .mapHolder {height:350px;}
Most theme’s have a space to add custom css into. Add something like the following to your site to override it:
body .prettyMapList .mapHolder {height:550px;}