From d34709eaa5b4cd57d4487aa480cc3ce6d55ae515 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 17 Dec 2014 16:01:42 +0000 Subject: [PATCH] About page: Don't allow tab text to wrap. Some language, browser, and OS combinations (notably Arabic, Chrome, and Windows) were wrapping. see #30743. git-svn-id: https://develop.svn.wordpress.org/trunk@30951 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/about.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 4defbe1935..09f1b219be 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -84,6 +84,7 @@ font-size: 18px; vertical-align: top; border-width: 1px; + white-space: nowrap; } /* 1.1 - Typography */