You put me on the right track. It was in the poll.php module file.
I found this: $option_pct_txt = sprintf("%.1d%%", round($option_pct * 100));
and change it to this: $option_pct_txt = sprintf("%.1d%%", round($option_pct * 500));
Now the poll results fill the space much better.