Excert ( the_excerpt(); ) Not working properly

If you adding this code in content.php then you should use conditions.

<?php if ( is_single() ) : ?>
    <?php the_content(); ?>
<?php else : ?>
    <?php the_excerpt(); ?>
<?php endif; ?>