From c2b40fc0255cb4a2c4244b16915a97e9cb49cd08 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@4352 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 272a46abec..4dfe69e75f 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 {