From 19dc2fc2280622f8cc2d5abf403edbb129900ef0 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 25 Oct 2012 18:42:21 +0000 Subject: [PATCH] Twenty Twelve: additional rule needed for nav menu style change in r22296, to allow long words to break in submenus. Props SergeyBiryukov, closes #22088. git-svn-id: http://core.svn.wordpress.org/trunk@22297 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 092abb4ce..ea74a20f5 100644 --- a/style.css +++ b/style.css @@ -1470,6 +1470,7 @@ img#wpstats { padding: 0.571428571rem 0.714285714rem; width: 180px; width: 12.85714286rem; + white-space: normal; } .main-navigation li ul li a:hover { background: #e3e3e3;