Index: src/wp-content/themes/twentyeleven/style.css
===================================================================
--- src/wp-content/themes/twentyeleven/style.css	(revision 29766)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -768,6 +768,9 @@
 .entry-summary {
 	padding: 1.625em 0 0;
 }
+.entry-content .more-link {
+	white-space: nowrap;
+}
 .entry-content h1,
 .entry-content h2,
 .comment-content h1,
Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 29766)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -1336,6 +1336,10 @@
 	color: #41a62a;
 }
 
+.entry-content .more-link {
+	white-space: nowrap;
+}
+
 /* Mediaelements */
 
 .hentry .mejs-container {
Index: src/wp-content/themes/twentyten/style.css
===================================================================
--- src/wp-content/themes/twentyten/style.css	(revision 29766)
+++ src/wp-content/themes/twentyten/style.css	(working copy)
@@ -605,6 +605,9 @@
 	clear: both;
 	padding: 12px 0 0 0;
 }
+.entry-content .more-link {
+	white-space: nowrap;
+}
 #content .entry-summary p:last-child {
 	margin-bottom: 12px;
 }
Index: src/wp-content/themes/twentythirteen/style.css
===================================================================
--- src/wp-content/themes/twentythirteen/style.css	(revision 29766)
+++ src/wp-content/themes/twentythirteen/style.css	(working copy)
@@ -1139,6 +1139,10 @@
 	color: #ea9629;
 }
 
+.entry-content .more-link {
+	white-space: nowrap;
+}
+
 .entry-content blockquote {
 	font-size: 24px;
 }
Index: src/wp-content/themes/twentytwelve/style.css
===================================================================
--- src/wp-content/themes/twentytwelve/style.css	(revision 29766)
+++ src/wp-content/themes/twentytwelve/style.css	(working copy)
@@ -805,6 +805,9 @@
 .comment-content a:visited {
 	color: #9f9f9f;
 }
+.entry-content .more-link {
+	white-space: nowrap;
+}
 .entry-content ol,
 .comment-content ol,
 .entry-content ul,
