mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@47340 git-svn-id: http://core.svn.wordpress.org/trunk@47127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5a6decf95c
commit
2c5ebcee68
@ -1768,7 +1768,6 @@ div.action-links,
|
|||||||
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
|
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
|
||||||
width: auto !important; /* needs to override some columns that are more specifically targeted */
|
width: auto !important; /* needs to override some columns that are more specifically targeted */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/list-tables-rtl.min.css
vendored
2
wp-admin/css/list-tables-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1767,7 +1767,6 @@ div.action-links,
|
|||||||
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
|
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
|
||||||
width: auto !important; /* needs to override some columns that are more specifically targeted */
|
width: auto !important; /* needs to override some columns that are more specifically targeted */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/list-tables.min.css
vendored
2
wp-admin/css/list-tables.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-beta2-47339';
|
$wp_version = '5.4-beta2-47340';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user