From 22cc36d072f09d16c20698db44d47f5861dcc63e 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 --- wp-content/themes/twentytwelve/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 05fccec970..092abb4cee 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/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;