Plugins: Allow long plugin names to wrap on small screens.

Props mapk, rickalee.
Fixes #32569.


Built from https://develop.svn.wordpress.org/trunk@35785


git-svn-id: http://core.svn.wordpress.org/trunk@35749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-12-06 19:58:24 +00:00
parent f8eec84133
commit 2b7183c94b
5 changed files with 19 additions and 7 deletions

View File

@ -2092,6 +2092,12 @@ div.action-links,
padding-top: 2px;
}
#wpbody-content .wp-list-table.plugins .plugin-title,
#wpbody-content .wp-list-table.plugins .theme-title {
padding-left: 12px;
white-space: normal;
}
.wp-list-table.plugins .plugin-title,
.wp-list-table.plugins .theme-title {
padding-top: 13px;
@ -2149,7 +2155,7 @@ div.action-links,
.wp-list-table.plugins .plugin-title strong,
.wp-list-table.plugins .theme-title strong {
font-size: 1.4em;
line-height: 1.6em;
line-height: 1.5;
}
/* Add New plugins page */

View File

@ -2092,6 +2092,12 @@ div.action-links,
padding-top: 2px;
}
#wpbody-content .wp-list-table.plugins .plugin-title,
#wpbody-content .wp-list-table.plugins .theme-title {
padding-right: 12px;
white-space: normal;
}
.wp-list-table.plugins .plugin-title,
.wp-list-table.plugins .theme-title {
padding-top: 13px;
@ -2149,7 +2155,7 @@ div.action-links,
.wp-list-table.plugins .plugin-title strong,
.wp-list-table.plugins .theme-title strong {
font-size: 1.4em;
line-height: 1.6em;
line-height: 1.5;
}
/* Add New plugins page */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35784';
$wp_version = '4.5-alpha-35785';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.