From 96e646b5a762fd14c3d1b3fe4622ba15fdaa4ee4 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 6 Oct 2006 17:49:54 +0000 Subject: [PATCH] Cut off really long post titles so they don't run into the blog titles, for people like Lorelle and WLTC who have extraordinarily long post titles. ;) git-svn-id: http://svn.automattic.com/wordpress/trunk@4352 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 272a46abe..4dfe69e75 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -51,6 +51,7 @@ a.delete:hover { font-size: 18px; display: block; height: 60px; + overflow: hidden; } #planetnews .hidden {