Increase the height of the excerpt
add_action('admin_head', 'so_excerpt_textarea_height'); function so_excerpt_textarea_height() { echo' <style type="text/css"> #excerpt{ height:500px; } </style> '; }