From 8793357dfad95d2a281b1e473a5d474864d781ae Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Fri, 21 Feb 2020 17:02:18 +0000 Subject: [PATCH] Comments: improve styling on mobile for comments marked as spam. Correct an issue where comments marked as spam in a mobile view displayed incorrectly, filling a narrow and very tall column with the notice that a comment was marked as spam. Props jeremyfelt, lorenzof, mukesh27, razamalik, xkon. Fixes #48814. git-svn-id: https://develop.svn.wordpress.org/trunk@47340 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/list-tables.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 7314f7c293..3e55bb2d0e 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -1767,7 +1767,6 @@ div.action-links, .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { position: relative; clear: both; - display: block; width: auto !important; /* needs to override some columns that are more specifically targeted */ }