Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 29135)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -4208,6 +4208,10 @@
 		display: none;
 	}
 
+	.more-link {
+		white-space: nowrap;
+	}
+
 	.site-title a,
 	.entry-meta,
 	.entry-meta a,
Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 29135)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -3155,6 +3155,10 @@
 		display: none;
 	}
 
+	.more-link {
+		white-space: nowrap;
+	}
+
 	.entry-header,
 	.entry-content,
 	.entry-summary,
