I found that instead of making the CSS changes above, you can fix this by editing the Main Index Template (index.php) file and replace the code
<?php the_content(''); ?>
with
<?php the_excerpt(); ?>
It appears in there twice, once in the Featured section, and the repeating element section.