From f70851ab61e8737c6a25e4a31c40660989b715f8 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 14 Sep 2004 10:22:12 +0000 Subject: [PATCH] Nowrap on labels was breaking the post layout with long category names. git-svn-id: https://develop.svn.wordpress.org/trunk@1649 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 1289087e00..b1762b94af 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -449,9 +449,4 @@ textarea, input, select { #wphead h1 span { font-size: .4em; -} - -/* keep labels and their form controls together: */ -label { - white-space: nowrap; -} +} \ No newline at end of file