From 876c8611f16de895aff159eb5902d38f1d9bae09 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 30 Sep 2015 01:18:55 +0000 Subject: [PATCH] Revert [34083], I was willing to try this out for the greater good. The good was not greater. There is too much baggage associated with this specific change as pertains to BC and expected layout. See #32691. git-svn-id: https://develop.svn.wordpress.org/trunk@34709 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/list-tables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 172b9b3af3..cc99ff8997 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -285,7 +285,7 @@ th .comment-grey-bubble:before { ------------------------------------------------------------------------------*/ table.fixed { - table-layout: auto; + table-layout: fixed; } .fixed .column-rating,