Index: wp-content/themes/twentyfifteen/header.php
===================================================================
--- wp-content/themes/twentyfifteen/header.php	(revision 30363)
+++ wp-content/themes/twentyfifteen/header.php	(working copy)
@@ -37,7 +37,7 @@
 					<?php endif;
 
 					$description = get_bloginfo( 'description', 'display' );
-					if ( ! empty( $description ) ) : ?>
+					if ( ! empty( $description ) || is_customize_preview() ) : ?>
 						<p class="site-description"><?php echo esc_html( $description ); ?></p>
 					<?php endif;
 				?>
