From a85ed81fa4f8edcf85c43c551f3c8a6c21694d7a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 25 Oct 2012 16:26:33 +0000 Subject: [PATCH] Twenty Twelve: fix navigation menu behavior when a space and one single character causes newline in navigation anchor element display. Fixes #22088. git-svn-id: http://core.svn.wordpress.org/trunk@22296 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 05fccec97..092abb4ce 100644 --- a/style.css +++ b/style.css @@ -1433,6 +1433,7 @@ img#wpstats { color: #6a6a6a; line-height: 3.692307692; text-transform: uppercase; + white-space: nowrap; } .main-navigation li a:hover { color: #000;