Administration: Properly wrap long titles in list tables on smaller screens.

Props mukesh27, iihglobal, wpamitkumar.
Fixes #48805.
Built from https://develop.svn.wordpress.org/trunk@46790


git-svn-id: http://core.svn.wordpress.org/trunk@46590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-27 16:52:02 +00:00
parent e2c2fb64bf
commit d8b251f0af
5 changed files with 3 additions and 11 deletions

View File

@ -1899,10 +1899,6 @@ div.action-links,
padding-top: 10px; padding-top: 10px;
} }
.widefat * {
word-wrap: normal;
}
/* Make row actions more easy to select on mobile */ /* Make row actions more easy to select on mobile */
body:not(.plugins-php) .row-actions { body:not(.plugins-php) .row-actions {
display: -ms-grid; display: -ms-grid;

File diff suppressed because one or more lines are too long

View File

@ -1898,10 +1898,6 @@ div.action-links,
padding-top: 10px; padding-top: 10px;
} }
.widefat * {
word-wrap: normal;
}
/* Make row actions more easy to select on mobile */ /* Make row actions more easy to select on mobile */
body:not(.plugins-php) .row-actions { body:not(.plugins-php) .row-actions {
display: -ms-grid; display: -ms-grid;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-46788'; $wp_version = '5.4-alpha-46790';
/** /**
* 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.