From f853d3b34532c530fa00dd76a7197cbcd175942e 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: https://develop.svn.wordpress.org/trunk@22296 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;