From 7a83a34a36a5c644f3a1ec7eef06a552548c3860 Mon Sep 17 00:00:00 2001 From: saxmatt 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: http://svn.automattic.com/wordpress/trunk@1649 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 1289087e0..b1762b94a 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