From 2a72a1f959fb5fba67d2e515081554d38d175328 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 12 Sep 2015 16:03:17 +0000 Subject: [PATCH] Use `table-layout: auto` (instead of `fixed`) on `table.fixed` to ensure that things like date/time don't horrendously wrap on small screens. Before/After screenshots attached to the ticket. Props gaelan. Fixes #32691. git-svn-id: https://develop.svn.wordpress.org/trunk@34083 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 1e6be9aff2..b32c67b78d 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: fixed; + table-layout: auto; } .fixed .column-rating,