From ff24181f575607021e4df996e35619cf337904f5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Sep 2014 08:02:16 +0000 Subject: [PATCH] Bundled themes: Prevent the arrow in "Continue reading" links from wrapping to a second line. props DustinHartzler, dominik.schwind. fixes #27908. Built from https://develop.svn.wordpress.org/trunk@29771 git-svn-id: http://core.svn.wordpress.org/trunk@29543 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 5b2d8721c..7e98a9f2d 100644 --- a/style.css +++ b/style.css @@ -805,6 +805,9 @@ article.sticky .featured-post { .comment-content a:visited { color: #9f9f9f; } +.entry-content .more-link { + white-space: nowrap; +} .entry-content ol, .comment-content ol, .entry-content ul,